From ac914490435f1e070c609c2a2a219a4322e5515e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 5 Mar 2011 14:54:06 +0000 Subject: Add stuff. --- tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/Makefile.am (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..f7f4cd2 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,4 @@ +AM_CPPFLAGS = -I $(srcdir)/../lib +check_PROGRAMS = unittests +unittests_SOURCES = unittests.c +unittests_LDADD = ../lib/libdynstr.la -- cgit v1.2.1