X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fperror-tests;h=04adee2e22b0c641483a6ffbb16a1bc65763efcc;hb=a49d519a875d441918b7bcb292d7d046cc7853ac;hp=867f920260adde495e8e4d437776bf9b082f50d2;hpb=368e66277a1fdb07a508f9c3ff5d5669e4b4e838;p=gnulib.git diff --git a/modules/perror-tests b/modules/perror-tests index 867f92026..04adee2e2 100644 --- a/modules/perror-tests +++ b/modules/perror-tests @@ -1,12 +1,17 @@ Files: +tests/init.sh +tests/macros.h tests/signature.h tests/test-perror.c +tests/test-perror2.c tests/test-perror.sh Depends-on: +dup2 +strerror configure.ac: Makefile.am: -TESTS += test-perror.sh -check_PROGRAMS += test-perror +TESTS += test-perror.sh test-perror2 +check_PROGRAMS += test-perror test-perror2