]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed tests/testRock placeholder until we have test cases.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 11 Sep 2011 23:40:46 +0000 (17:40 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sun, 11 Sep 2011 23:40:46 +0000 (17:40 -0600)
configure.ac
src/Makefile.am
src/tests/testRock.cc [deleted file]
src/tests/testRock.h [deleted file]

index 1df0636f3684e1d5b3bb92e446e21cb257780cfc..f7006e031939f2112d2325050a393ca71fc9eff2 100644 (file)
@@ -792,7 +792,6 @@ for fs in $squid_storeio_module_candidates none; do
        if test "x$ac_cv_search_shm_open" = "xno" ; then
          AC_MSG_ERROR([Storage module Rock requires shared memory support])
        fi
-       STORE_TESTS="$STORE_TESTS tests/testRock$EXEEXT"
        ;;
     ufs)
       STORE_TESTS="$STORE_TESTS tests/testUfs$EXEEXT"
index 0accd4fa3f9d980e8f764915c4e08c486d7f11b2..22c1a30d61296ad4f175f47f6f3f0c1263d0c817 100644 (file)
@@ -186,7 +186,6 @@ EXTRA_PROGRAMS = \
        recv-announce \
        tests/testUfs \
        tests/testCoss \
-       tests/testRock \
        tests/testNull \
        ufsdump
 
@@ -2630,109 +2629,6 @@ tests_testUfs_LDFLAGS = $(LIBADD_DL)
 tests_testUfs_DEPENDENCIES = \
        $(SWAP_TEST_DS)
 
-tests_testRock_SOURCES = \
-       cbdata.cc \
-       CacheDigest.cc \
-       ConfigOption.cc \
-       ConfigParser.cc \
-       disk.cc \
-       ETag.cc \
-       event.cc \
-       fd.cc \
-       HttpHdrCc.cc \
-       HttpHdrContRange.cc \
-       HttpHdrRange.cc \
-       HttpHdrSc.cc \
-       HttpHdrScTarget.cc \
-       HttpHeader.cc \
-       HttpHeaderTools.cc \
-       HttpMsg.cc \
-       HttpRequestMethod.cc \
-       int.cc \
-       mem.cc \
-       MemBuf.cc \
-       MemObject.cc \
-       mem_node.cc \
-       Packer.cc \
-       Parsing.cc \
-       StatHist.cc \
-       stmem.cc \
-       store.cc \
-       StoreIOState.cc \
-       StoreMeta.cc \
-       StoreMetaMD5.cc \
-       StoreMetaSTD.cc \
-       StoreMetaSTDLFS.cc \
-       StoreMetaURL.cc \
-       StoreMetaUnpacker.cc \
-       StoreMetaVary.cc \
-       store_dir.cc \
-       store_io.cc \
-       store_key_md5.cc \
-       store_swapmeta.cc \
-       store_swapout.cc \
-       String.cc \
-       SwapDir.cc \
-       tests/testRock.cc \
-       tests/testMain.cc \
-       tests/testRock.h \
-       tests/stub_access_log.cc \
-       tests/stub_cache_cf.cc \
-       tests/stub_cache_manager.cc \
-       tests/stub_client_side_request.cc \
-       tests/stub_comm.cc \
-       tests/stub_CommIO.cc \
-       tests/stub_debug.cc \
-       tests/stub_errorpage.cc \
-       tests/stub_HelperChildConfig.cc \
-       tests/stub_http.cc \
-       tests/stub_HttpReply.cc \
-       tests/stub_HttpRequest.cc \
-       tests/stub_ipc_TypedMsgHdr.cc \
-       tests/stub_libcomm.cc \
-       tests/stub_MemStore.cc \
-       tests/stub_mime.cc \
-       tests/stub_Port.cc \
-       tests/stub_store_client.cc \
-       tests/stub_tools.cc \
-       tests/stub_UdsOp.cc \
-       time.cc \
-       url.cc \
-       URLScheme.cc \
-       wordlist.cc \
-       $(DELAY_POOL_SOURCE)
-nodist_tests_testRock_SOURCES = \
-       swap_log_op.cc \
-       SquidMath.cc \
-       SquidMath.h \
-       $(TESTSOURCES)
-tests_testRock_LDADD = \
-       anyp/libanyp.la \
-       libsquid.la \
-       ip/libip.la \
-       $(AUTH_LIBS) \
-       $(COMMON_LIBS) \
-       $(REPL_OBJS) \
-       $(DISK_LIBS) \
-       $(DISK_OS_LIBS) \
-       acl/libacls.la \
-       acl/libapi.la \
-       acl/libstate.la \
-       eui/libeui.la \
-       mgr/libmgr.la \
-       base/libbase.la \
-       $(top_builddir)/lib/libmisccontainers.la \
-       $(top_builddir)/lib/libmiscencoding.la \
-       $(top_builddir)/lib/libmiscutil.la \
-       $(REGEXLIB) \
-       $(SQUID_CPPUNIT_LIBS) \
-       $(SSLLIB) \
-       $(COMPAT_LIB) \
-       $(XTRA_LIBS)
-tests_testRock_LDFLAGS = $(LIBADD_DL)
-tests_testRock_DEPENDENCIES = \
-       $(SWAP_TEST_DS)
-
 tests_testCoss_SOURCES = \
        tests/testCoss.cc \
        tests/testMain.cc \
diff --git a/src/tests/testRock.cc b/src/tests/testRock.cc
deleted file mode 100644 (file)
index 1ac2545..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include "config.h"
diff --git a/src/tests/testRock.h b/src/tests/testRock.h
deleted file mode 100644 (file)
index e69de29..0000000