summaryrefslogtreecommitdiff
path: root/modules/tempname-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-08-16 15:27:50 +0200
committerBruno Haible <bruno@clisp.org>2022-08-16 15:27:50 +0200
commit8095be58b875cbe9d712dcb9f7bb1d7b4a6c38b2 (patch)
tree508dde8637ab4742637ec62c3a676a4a144f87b4 /modules/tempname-tests
parent416872ced15e471f2af2f960ca911da05748a870 (diff)
downloadgnulib-8095be58b875cbe9d712dcb9f7bb1d7b4a6c38b2.tar.gz
tempname: Add tests.
* tests/test-tempname.c: New file. * modules/tempname-tests: New file.
Diffstat (limited to 'modules/tempname-tests')
-rw-r--r--modules/tempname-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/tempname-tests b/modules/tempname-tests
new file mode 100644
index 0000000000..384f98707b
--- /dev/null
+++ b/modules/tempname-tests
@@ -0,0 +1,13 @@
+Files:
+tests/test-tempname.c
+tests/macros.h
+
+Depends-on:
+unlink
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-tempname
+check_PROGRAMS += test-tempname
+test_tempname_LDADD = $(LDADD) $(LIB_GETRANDOM) $(LIB_CLOCK_GETTIME)