X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fperror-tests;h=016c89df3b0b4cda062fe3a91dbb736f1bca88ce;hb=4e1dc0e3d73be7c53e10b8541a0313df3d1ae35b;hp=bad23fd9c6a61b4ea42577f38a0023d4d392d26d;hpb=98c78cdfd3685675c0ebdd157778656877b2eec4;p=gnulib.git diff --git a/modules/perror-tests b/modules/perror-tests index bad23fd9c..016c89df3 100644 --- a/modules/perror-tests +++ b/modules/perror-tests @@ -1,13 +1,18 @@ 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 +ftruncate +strerror +test-framework-sh configure.ac: Makefile.am: -TESTS += test-perror.sh -check_PROGRAMS += test-perror +TESTS += test-perror.sh test-perror2 +check_PROGRAMS += test-perror test-perror2