diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-17 20:52:49 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-18 07:15:02 -0300 |
commit | b1fcc672448f8403a567cd280c2151eb6d5799cb (patch) | |
tree | 995ef80358f3c88807d8034b5ad3f78b54301482 /test/Makefile.am | |
parent | ee208b6f61a4f2f52d6a796acdb0764374d23234 (diff) | |
download | libtuberia-b1fcc672448f8403a567cd280c2151eb6d5799cb.tar.gz |
adding documentation
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 2b94ddd..b252bf5 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,3 +1,4 @@ +if TESTS check_PROGRAMS = dist_check_SCRIPTS = TESTS = @@ -30,4 +31,5 @@ test_tuberia_SOURCES = test_tuberia.c test.h test_tuberia_LDADD = ../src/libtuberia.a test_tuberia_LDFLAGS = -lpthread endif +endif |