md5, sha1, sha256, sha512: fix compile error in c++ mode
[gnulib.git] / modules / getopt-posix-tests
index 8f01220..9c73d08 100644 (file)
@@ -1,9 +1,14 @@
 Files:
+tests/macros.h
+tests/signature.h
 tests/test-getopt.c
 tests/test-getopt.h
 tests/test-getopt_long.h
 
 Depends-on:
+dup2
+setenv
+stdbool
 unistd
 unsetenv
 
@@ -12,3 +17,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-getopt
 check_PROGRAMS += test-getopt
+test_getopt_LDADD = $(LDADD) $(LIBINTL)