X-Git-Url: http://git.efficios.com/?p=argpar.git;a=blobdiff_plain;f=tests%2FMakefile.am;fp=tests%2FMakefile.am;h=fa84fc14e72c784227a60754d2f25e698b01018e;hp=0000000000000000000000000000000000000000;hb=7ac57709d4964e2c59c9b0592632c374056caa00;hpb=903a5b8ab5ab38d3b200b1d692ba0d29d080c92c diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..fa84fc1 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,15 @@ +SUBDIRS = tap + +AM_CPPFLAGS = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/tests/tap \ + $(GLIB_CFLAGS) + +noinst_PROGRAMS = test_argpar +test_argpar_SOURCES = test_argpar.c +test_argpar_LDADD = \ + $(top_builddir)/tests/tap/libtap.la \ + $(top_builddir)/argpar/libargpar.la \ + $(GLIB_LIBS) + +TESTS = test_argpar