summaryrefslogtreecommitdiff
path: root/gnulib/modules/xstrtoll-tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/xstrtoll-tests')
m---------gnulib0
-rw-r--r--gnulib/modules/xstrtoll-tests17
2 files changed, 17 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/xstrtoll-tests b/gnulib/modules/xstrtoll-tests
new file mode 100644
index 0000000..bef462a
--- /dev/null
+++ b/gnulib/modules/xstrtoll-tests
@@ -0,0 +1,17 @@
+Files:
+tests/init.sh
+tests/test-xstrtol.c
+tests/test-xstrtoll.c
+tests/test-xstrtoull.c
+tests/test-xstrtoll.sh
+
+Depends-on:
+inttypes
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-xstrtoll.sh
+check_PROGRAMS += test-xstrtoll test-xstrtoull
+test_xstrtoll_LDADD = $(LDADD) $(LIBINTL)
+test_xstrtoull_LDADD = $(LDADD) $(LIBINTL)