summaryrefslogtreecommitdiff
path: root/modules/argp-tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-01-21 19:09:06 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-01-21 19:09:06 +0000
commit6e714e7a1e47ada667d0a7db1cef42e9fe7d21f0 (patch)
treedc1d97299e5173cee989e8934026638b999b5a0a /modules/argp-tests
parent9fe27f56824380dad39d73f1378641a830ae1aa0 (diff)
downloadgnulib-6e714e7a1e47ada667d0a7db1cef42e9fe7d21f0.tar.gz
Test suite for argp module
Diffstat (limited to 'modules/argp-tests')
-rw-r--r--modules/argp-tests12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/argp-tests b/modules/argp-tests
new file mode 100644
index 0000000000..00cd685f75
--- /dev/null
+++ b/modules/argp-tests
@@ -0,0 +1,12 @@
+Files:
+tests/test-argp.c
+tests/test-argp-2.sh
+
+Depends-on:
+
+Makefile.am:
+TESTS += test-argp test-argp-2.sh
+noinst_PROGRAMS += test-argp
+EXTRA_DIST += test-argp-2.sh
+test_argp_SOURCES = test-argp.c
+