X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fargp-tests;h=8f92a4def71a39ddde108a86a0d75e20d4040926;hb=564e9e880f76a7cda00881e37a69386dfeaddd93;hp=00cd685f7576b5b94e0e5c41c69c036e3e34592f;hpb=6e714e7a1e47ada667d0a7db1cef42e9fe7d21f0;p=gnulib.git diff --git a/modules/argp-tests b/modules/argp-tests index 00cd685f7..8f92a4def 100644 --- a/modules/argp-tests +++ b/modules/argp-tests @@ -3,10 +3,9 @@ tests/test-argp.c tests/test-argp-2.sh Depends-on: +progname Makefile.am: TESTS += test-argp test-argp-2.sh -noinst_PROGRAMS += test-argp -EXTRA_DIST += test-argp-2.sh -test_argp_SOURCES = test-argp.c - +check_PROGRAMS += test-argp +test_argp_LDADD = $(LDADD) @LIBINTL@