X-Git-Url: http://git.efficios.com/?p=argpar.git;a=blobdiff_plain;f=tests%2FMakefile.am;fp=tests%2FMakefile.am;h=2de6fbfb8d632e9a6dd08e92a7b50166ce64a035;hp=fa84fc14e72c784227a60754d2f25e698b01018e;hb=5b75fc3dd2497bf2c76a15b89667802b4d71eb10;hpb=6ad7927f611590d88d3ffad29e661939b9a00039 diff --git a/tests/Makefile.am b/tests/Makefile.am index fa84fc1..2de6fbf 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,11 +5,11 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/tests/tap \ $(GLIB_CFLAGS) -noinst_PROGRAMS = test_argpar -test_argpar_SOURCES = test_argpar.c +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 +TESTS = test-argpar