diff options
Diffstat (limited to 'test/Makefile.am')
| -rw-r--r-- | test/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 0000000..2e6b3c4 --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,13 @@ +MAINTAINERCLEANFILES = Makefile.in + +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src + +AM_CFLAGS = @DEFINES@ @GTK_CFLAGS@ + +TESTS = test_hashlist + +check_PROGRAMS = $(TESTS) + +test_hashlist_SOURCES = test_hashlist.c +test_hashlist_LDADD = @GTK_LIBS@ + |
