diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2011-11-17 21:32:51 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2011-11-17 21:32:51 +0100 |
| commit | 574e9ca2bc2d2893767b14e0732cbffd07d4979a (patch) | |
| tree | 291523ce96b6376d85dcdac86063351e6f6552ba /test/Makefile.am | |
| parent | 331d327671af3969e56e8019657a91ead88643d3 (diff) | |
autofoo & finishing touches on VIEW torrent. Interaction next time
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@ + |
