diff options
author | Sergey Poznyakoff <gray@gnu.org.ua> | 2006-01-21 19:09:06 +0000 |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org.ua> | 2006-01-21 19:09:06 +0000 |
commit | 6e714e7a1e47ada667d0a7db1cef42e9fe7d21f0 (patch) | |
tree | dc1d97299e5173cee989e8934026638b999b5a0a /modules | |
parent | 9fe27f56824380dad39d73f1378641a830ae1aa0 (diff) | |
download | gnulib-6e714e7a1e47ada667d0a7db1cef42e9fe7d21f0.tar.gz |
Test suite for argp module
Diffstat (limited to 'modules')
-rw-r--r-- | modules/argp-tests | 12 |
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 + |