test-perror: check for strerror interactions
[pspp] / modules / perror-tests
index ca9a921a1f441c90d743082e1b665d12bdef64a1..9a6ba47363c27c62a0590f54253189c992b21e92 100644 (file)
@@ -1,6 +1,9 @@
 Files:
+tests/init.sh
+tests/macros.h
 tests/signature.h
 tests/test-perror.c
+tests/test-perror2.c
 tests/test-perror.sh
 
 Depends-on:
@@ -8,6 +11,5 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-perror.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
-check_PROGRAMS += test-perror
+TESTS += test-perror.sh test-perror2
+check_PROGRAMS += test-perror test-perror2