summaryrefslogtreecommitdiff
path: root/tests/libtest/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-12-16 10:39:41 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-17 16:55:56 +0100
commitff4d2c2a056691ab173de7bfaa6d0e325691f136 (patch)
tree0d6c86ffd7b452640315659f3c2866d5e51553e8 /tests/libtest/Makefile.inc
parenta5bc272223681e1473f260ab9580b50753f25b7b (diff)
downloadcurl-ff4d2c2a056691ab173de7bfaa6d0e325691f136.tar.gz
test1522: add debug tracing
I used this to track down some issues and I figured I could just as well keep this extra logging in here for future needs. Closes #6331
Diffstat (limited to 'tests/libtest/Makefile.inc')
-rw-r--r--tests/libtest/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/libtest/Makefile.inc b/tests/libtest/Makefile.inc
index 1628671c7..c23bc5b1a 100644
--- a/tests/libtest/Makefile.inc
+++ b/tests/libtest/Makefile.inc
@@ -481,7 +481,8 @@ lib1520_CPPFLAGS = $(AM_CPPFLAGS) -DLIB1520
nodist_lib1521_SOURCES = lib1521.c $(SUPPORTFILES)
lib1521_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)
-lib1522_SOURCES = lib1522.c $(SUPPORTFILES)
+lib1522_SOURCES = lib1522.c $(SUPPORTFILES) $(TESTUTIL) $(TSTTRACE)
+lib1522_LDADD = $(TESTUTIL_LIBS)
lib1522_CPPFLAGS = $(AM_CPPFLAGS)
lib1523_SOURCES = lib1523.c $(SUPPORTFILES)