summaryrefslogtreecommitdiff
path: root/modules/tempname-tests
diff options
context:
space:
mode:
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)