getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / xstrtol-tests
index 91ff626d12112237c4dfe65e005f9675d0f70244..1fa29ab4521aac8d8f54263cd56e88869f1baf57 100644 (file)
@@ -1,16 +1,16 @@
 Files:
+tests/init.sh
 tests/test-xstrtol.c
 tests/test-xstrtoul.c
 tests/test-xstrtol.sh
 
 Depends-on:
+inttypes
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-xstrtol.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-xstrtol test-xstrtoul
-EXTRA_DIST += test-xstrtol.sh
 test_xstrtol_LDADD = $(LDADD) @LIBINTL@
 test_xstrtoul_LDADD = $(LDADD) @LIBINTL@