summaryrefslogtreecommitdiff
path: root/gnulib/modules/getopt-posix-tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/getopt-posix-tests')
m---------gnulib0
-rw-r--r--gnulib/modules/getopt-posix-tests20
2 files changed, 20 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/getopt-posix-tests b/gnulib/modules/getopt-posix-tests
new file mode 100644
index 0000000..9c73d08
--- /dev/null
+++ b/gnulib/modules/getopt-posix-tests
@@ -0,0 +1,20 @@
+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
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-getopt
+check_PROGRAMS += test-getopt
+test_getopt_LDADD = $(LDADD) $(LIBINTL)