From 574e9ca2bc2d2893767b14e0732cbffd07d4979a Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 17 Nov 2011 21:32:51 +0100 Subject: autofoo & finishing touches on VIEW torrent. Interaction next time --- test/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/Makefile.am (limited to 'test/Makefile.am') 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@ + -- cgit v1.2.3-70-g09d2