Skip to content

Commit a0c9482

Browse files
committed
Maintenance: update stub API for libdebug
1 parent 4efe42f commit a0c9482

File tree

4 files changed

+73
-140
lines changed

4 files changed

+73
-140
lines changed

src/Makefile.am

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ tests_testRandomUuid_SOURCES = \
797797
tests/testRandomUuid.cc
798798
nodist_tests_testRandomUuid_SOURCES = \
799799
base/RandomUuid.h \
800-
tests/stub_debug.cc \
800+
tests/stub_libdebug.cc \
801801
tests/stub_libmem.cc
802802
tests_testRandomUuid_LDADD = \
803803
libsquid.la \
@@ -867,7 +867,7 @@ tests_testLookupTable_SOURCES = \
867867
tests/testLookupTable.cc
868868
nodist_tests_testLookupTable_SOURCES = \
869869
base/LookupTable.h \
870-
tests/stub_debug.cc \
870+
tests/stub_libdebug.cc \
871871
tests/stub_libmem.cc
872872
tests_testLookupTable_LDADD = \
873873
sbuf/libsbuf.la \
@@ -894,7 +894,7 @@ tests_testYesNoNone_SOURCES = \
894894
nodist_tests_testYesNoNone_SOURCES = \
895895
tests/stub_SBuf.cc \
896896
base/YesNoNone.h \
897-
tests/stub_debug.cc
897+
tests/stub_libdebug.cc
898898
tests_testYesNoNone_LDADD = \
899899
base/libbase.la \
900900
$(LIBCPPUNIT_LIBS) \
@@ -918,7 +918,7 @@ nodist_tests_testURL_SOURCES = \
918918
anyp/Uri.h \
919919
anyp/UriScheme.h \
920920
tests/stub_cbdata.cc \
921-
tests/stub_debug.cc \
921+
tests/stub_libdebug.cc \
922922
tests/stub_libhttp.cc \
923923
tests/stub_libmem.cc
924924
tests_testURL_LDADD = \
@@ -954,7 +954,7 @@ tests_testTokenizer_SOURCES = \
954954
tests/testTokenizer.cc
955955
nodist_tests_testTokenizer_SOURCES = \
956956
tests/stub_StatHist.cc \
957-
tests/stub_debug.cc \
957+
tests/stub_libdebug.cc \
958958
tests/stub_libmem.cc \
959959
parser/Tokenizer.h
960960
tests_testTokenizer_LDADD = \
@@ -975,7 +975,7 @@ tests_testSBuf_SOURCES = \
975975
tests/SBufFindTest.h
976976
nodist_tests_testSBuf_SOURCES = \
977977
tests/stub_StatHist.cc \
978-
tests/stub_debug.cc \
978+
tests/stub_libdebug.cc \
979979
tests/stub_libmem.cc
980980
tests_testSBuf_LDADD = \
981981
sbuf/libsbuf.la \
@@ -990,7 +990,7 @@ tests_testSBufList_SOURCES = \
990990
tests/testSBufList.cc
991991
nodist_tests_testSBufList_SOURCES = \
992992
tests/stub_StatHist.cc \
993-
tests/stub_debug.cc \
993+
tests/stub_libdebug.cc \
994994
tests/stub_libmem.cc
995995
tests_testSBufList_LDADD = \
996996
sbuf/libsbuf.la \
@@ -1006,8 +1006,8 @@ tests_testString_SOURCES = \
10061006
nodist_tests_testString_SOURCES = \
10071007
tests/stub_SBuf.cc \
10081008
String.cc \
1009-
tests/stub_debug.cc \
10101009
tests/stub_event.cc \
1010+
tests/stub_libdebug.cc \
10111011
tests/stub_libmem.cc
10121012
tests_testString_LDADD = \
10131013
base/libbase.la \
@@ -1089,7 +1089,6 @@ tests_testRock_SOURCES = \
10891089
tests/stub_client_db.cc \
10901090
tests/stub_client_side.cc \
10911091
tests/stub_client_side_request.cc \
1092-
tests/stub_debug.cc \
10931092
tests/stub_errorpage.cc \
10941093
event.cc \
10951094
fatal.cc \
@@ -1145,6 +1144,7 @@ nodist_tests_testRock_SOURCES = \
11451144
SquidMath.cc \
11461145
SquidMath.h \
11471146
hier_code.cc \
1147+
tests/stub_libdebug.cc \
11481148
swap_log_op.cc
11491149
tests_testRock_LDADD = \
11501150
http/libhttp.la \
@@ -1258,7 +1258,6 @@ tests_testUfs_SOURCES = \
12581258
client_db.h \
12591259
tests/stub_client_side.cc \
12601260
tests/stub_client_side_request.cc \
1261-
tests/stub_debug.cc \
12621261
tests/stub_errorpage.cc \
12631262
event.cc \
12641263
tests/stub_fatal.cc \
@@ -1318,6 +1317,7 @@ nodist_tests_testUfs_SOURCES = \
13181317
SquidMath.cc \
13191318
SquidMath.h \
13201319
hier_code.cc \
1320+
tests/stub_libdebug.cc \
13211321
swap_log_op.cc
13221322
tests_testUfs_LDADD = \
13231323
http/libhttp.la \
@@ -1432,7 +1432,6 @@ tests_testStore_SOURCES = \
14321432
tests/stub_client_side.cc \
14331433
tests/stub_client_side_request.cc \
14341434
tests/stub_comm.cc \
1435-
tests/stub_debug.cc \
14361435
tests/stub_errorpage.cc \
14371436
event.cc \
14381437
tests/stub_fatal.cc \
@@ -1486,6 +1485,7 @@ nodist_tests_testStore_SOURCES = \
14861485
$(TESTSOURCES) \
14871486
SquidMath.cc \
14881487
SquidMath.h \
1488+
tests/stub_libdebug.cc \
14891489
tests/stub_libtime.cc \
14901490
swap_log_op.cc
14911491
tests_testStore_LDADD= \
@@ -1595,7 +1595,6 @@ tests_testDiskIO_SOURCES = \
15951595
tests/stub_client_side.cc \
15961596
tests/stub_client_side_request.cc \
15971597
client_side_request.h \
1598-
tests/stub_debug.cc \
15991598
tests/stub_errorpage.cc \
16001599
event.cc \
16011600
tests/stub_fatal.cc \
@@ -1657,6 +1656,7 @@ nodist_tests_testDiskIO_SOURCES = \
16571656
SquidMath.cc \
16581657
SquidMath.h \
16591658
hier_code.cc \
1659+
tests/stub_libdebug.cc \
16601660
tests/stub_libtime.cc \
16611661
swap_log_op.cc
16621662
tests_testDiskIO_LDADD = \
@@ -1715,13 +1715,13 @@ nodist_tests_testACLMaxUserIP_SOURCES = \
17151715
tests/stub_cache_manager.cc \
17161716
tests/stub_cbdata.cc \
17171717
tests/stub_client_side.cc \
1718-
tests/stub_debug.cc \
17191718
dlink.cc \
17201719
tests/stub_errorpage.cc \
17211720
tests/stub_fatal.cc \
17221721
globals.cc \
17231722
tests/stub_libauth.cc \
17241723
tests/stub_libcomm.cc \
1724+
tests/stub_libdebug.cc \
17251725
tests/stub_libhttp.cc \
17261726
tests/stub_libmem.cc \
17271727
tests/stub_libsecurity.cc \
@@ -1754,7 +1754,7 @@ tests_testHtmlQuote_SOURCES = \
17541754
tests/testHtmlQuote.cc
17551755
nodist_tests_testHtmlQuote_SOURCES = \
17561756
$(TESTSOURCES) \
1757-
tests/stub_debug.cc \
1757+
tests/stub_libdebug.cc \
17581758
tests/stub_libmem.cc
17591759
tests_testHtmlQuote_LDADD= \
17601760
html/libhtml.la \
@@ -2017,7 +2017,6 @@ tests_testHttp1Parser_SOURCES = \
20172017
tests/stub_cache_manager.cc \
20182018
tests/stub_cbdata.cc \
20192019
tests/stub_comm.cc \
2020-
tests/stub_debug.cc \
20212020
tests/stub_event.cc \
20222021
tests/stub_libanyp.cc \
20232022
tests/stub_libmem.cc \
@@ -2033,6 +2032,7 @@ tests_testHttp1Parser_SOURCES = \
20332032
wordlist.h
20342033
nodist_tests_testHttp1Parser_SOURCES = \
20352034
$(TESTSOURCES) \
2035+
tests/stub_libdebug.cc \
20362036
tests/stub_libtime.cc
20372037
tests_testHttp1Parser_LDADD= \
20382038
http/libhttp.la \
@@ -2101,7 +2101,6 @@ tests_testHttpReply_SOURCES = \
21012101
cbdata.h \
21022102
tests/stub_client_side.cc \
21032103
tests/stub_comm.cc \
2104-
tests/stub_debug.cc \
21052104
tests/stub_errorpage.cc \
21062105
tests/stub_event.cc \
21072106
tests/stub_fatal.cc \
@@ -2130,6 +2129,7 @@ tests_testHttpReply_SOURCES = \
21302129
nodist_tests_testHttpReply_SOURCES = \
21312130
$(TESTSOURCES) \
21322131
hier_code.cc \
2132+
tests/stub_libdebug.cc \
21332133
tests/stub_libtime.cc
21342134
tests_testHttpReply_LDADD=\
21352135
CommCalls.o \
@@ -2398,7 +2398,7 @@ tests_testIpAddress_SOURCES = \
23982398
tests/testIpAddress.cc
23992399
nodist_tests_testIpAddress_SOURCES = \
24002400
tests/stub_SBuf.cc \
2401-
tests/stub_debug.cc \
2401+
tests/stub_libdebug.cc \
24022402
tests/stub_libmem.cc \
24032403
tests/stub_tools.cc
24042404
tests_testIpAddress_LDADD = \
@@ -2417,8 +2417,8 @@ tests_testIcmp_SOURCES = \
24172417
tests/testIcmp.cc
24182418
nodist_tests_testIcmp_SOURCES = \
24192419
tests/stub_SBuf.cc \
2420-
tests/stub_debug.cc \
24212420
icmp/Icmp.h \
2421+
tests/stub_libdebug.cc \
24222422
tests/stub_libmem.cc \
24232423
tests/stub_libtime.cc
24242424
tests_testIcmp_LDADD=\
@@ -2435,7 +2435,7 @@ tests_testNetDb_SOURCES = \
24352435
tests/testNetDb.cc
24362436
nodist_tests_testNetDb_SOURCES = \
24372437
tests/stub_SBuf.cc \
2438-
tests/stub_debug.cc \
2438+
tests/stub_libdebug.cc \
24392439
tests/stub_libmem.cc \
24402440
tests/stub_libtime.cc
24412441
tests_testNetDb_LDADD = \
@@ -2701,7 +2701,6 @@ tests_testStatHist_SOURCES = \
27012701
tests/stub_cache_manager.cc \
27022702
tests/stub_cbdata.cc \
27032703
tests/stub_comm.cc \
2704-
tests/stub_debug.cc \
27052704
tests/stub_fatal.cc \
27062705
fatal.h \
27072706
tests/stub_libmem.cc \
@@ -2716,6 +2715,7 @@ tests_testStatHist_SOURCES = \
27162715
tools.h
27172716
nodist_tests_testStatHist_SOURCES = \
27182717
$(TESTSOURCES) \
2718+
tests/stub_libdebug.cc \
27192719
tests/stub_libtime.cc
27202720
tests_testStatHist_LDADD = \
27212721
sbuf/libsbuf.la \
@@ -2737,8 +2737,8 @@ nodist_tests_testConfigParser_SOURCES = \
27372737
String.cc \
27382738
tests/stub_acl.cc \
27392739
tests/stub_cache_cf.cc \
2740-
tests/stub_debug.cc \
27412740
tests/stub_fatal.cc \
2741+
tests/stub_libdebug.cc \
27422742
tests/stub_libmem.cc \
27432743
tests/stub_neighbors.cc
27442744
tests_testConfigParser_LDADD = \
@@ -2758,8 +2758,8 @@ nodist_tests_testEvent_SOURCES = \
27582758
tests/stub_SBuf.cc \
27592759
tests/stub_cache_manager.cc \
27602760
tests/stub_cbdata.cc \
2761-
tests/stub_debug.cc \
27622761
event.cc \
2762+
tests/stub_libdebug.cc \
27632763
tests/stub_libmem.cc \
27642764
tests/stub_libtime.cc \
27652765
tests/stub_tools.cc
@@ -2776,8 +2776,8 @@ tests_testEventLoop_SOURCES = \
27762776
nodist_tests_testEventLoop_SOURCES = \
27772777
EventLoop.cc \
27782778
tests/stub_SBuf.cc \
2779-
tests/stub_debug.cc \
27802779
tests/stub_fatal.cc \
2780+
tests/stub_libdebug.cc \
27812781
tests/stub_libtime.cc
27822782
tests_testEventLoop_LDADD = \
27832783
base/libbase.la \
@@ -2791,7 +2791,7 @@ tests_testIoManip_SOURCES = \
27912791
tests/testIoManip.cc
27922792
nodist_tests_testIoManip_SOURCES = \
27932793
tests/stub_SBuf.cc \
2794-
tests/stub_debug.cc \
2794+
tests/stub_libdebug.cc \
27952795
tests/stub_libmem.cc \
27962796
tests/stub_libtime.cc
27972797
tests_testIoManip_LDADD = \

src/tests/Stub.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ STUB_SOURCE = \
4040
tests/stub_client_side.cc \
4141
tests/stub_client_side_request.cc \
4242
tests/stub_comm.cc \
43-
tests/stub_debug.cc \
4443
tests/stub_errorpage.cc \
4544
tests/stub_event.cc \
4645
tests/stub_external_acl.cc \
@@ -59,6 +58,7 @@ STUB_SOURCE = \
5958
tests/stub_libauth.cc \
6059
tests/stub_libauth_acls.cc \
6160
tests/stub_libcomm.cc \
61+
tests/stub_libdebug.cc \
6262
tests/stub_libdiskio.cc \
6363
tests/stub_liberror.cc \
6464
tests/stub_libeui.cc \

0 commit comments

Comments
 (0)