summaryrefslogtreecommitdiff
path: root/modules/quotearg-simple-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-06-03 21:46:41 +0200
committerBruno Haible <bruno@clisp.org>2010-06-03 21:46:41 +0200
commita01126f3d70ff7c6a6419bdd816f3ec3f049426a (patch)
treef62fef8dba6d4de1a5f2d3a01f7e463c868413c9 /modules/quotearg-simple-tests
parentedb5054087db6afdc3ab2cc645ce2d891ee88c6d (diff)
downloadgnulib-a01126f3d70ff7c6a6419bdd816f3ec3f049426a.tar.gz
Reduce dependencies.
Diffstat (limited to 'modules/quotearg-simple-tests')
-rw-r--r--modules/quotearg-simple-tests15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/quotearg-simple-tests b/modules/quotearg-simple-tests
new file mode 100644
index 0000000000..0ef151d1ad
--- /dev/null
+++ b/modules/quotearg-simple-tests
@@ -0,0 +1,15 @@
+Files:
+tests/test-quotearg-simple.c
+tests/test-quotearg.h
+tests/macros.h
+
+Depends-on:
+progname
+stdint
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-quotearg-simple
+check_PROGRAMS += test-quotearg-simple
+test_quotearg_simple_LDADD = $(LDADD) @LIBINTL@