diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-02 23:41:29 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-02 23:41:29 -0300 |
commit | 4c15b4e3459311f8d458e0e9c031a473efe5f0b8 (patch) | |
tree | bad582b89b713a68b48eb7fc9a01c03adcdf7fe7 /test/Makefile.am | |
parent | 2ce4fb4a3cfb0d1cb92e9cbd71087fa16414631e (diff) | |
download | libtuberia-4c15b4e3459311f8d458e0e9c031a473efe5f0b8.tar.gz |
adding an example, without using libtuberia for now
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 4800141..b5d4e28 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,8 +2,6 @@ check_PROGRAMS = TESTS = check_HEADERS = test.h -if TESTS - if ITCTEST check_PROGRAMS += test_itc if VALGRIND @@ -11,6 +9,7 @@ TESTS += test_itc_valgrind else TESTS += test_itc endif + test_itc_SOURCES = test_itc.c test.h test_itc_LDADD = ../src/libtuberia.a test_itc_LDFLAGS = -lpthread @@ -29,5 +28,3 @@ test_tuberia_LDADD = ../src/libtuberia.a test_tuberia_LDFLAGS = -lpthread endif -endif - |