summaryrefslogtreecommitdiff
path: root/modules/supersede-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/supersede-tests')
-rw-r--r--modules/supersede-tests21
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/supersede-tests b/modules/supersede-tests
new file mode 100644
index 0000000000..811d8f679b
--- /dev/null
+++ b/modules/supersede-tests
@@ -0,0 +1,21 @@
+Files:
+tests/test-supersede.c
+tests/test-supersede-open.h
+tests/test-supersede-fopen.h
+tests/macros.h
+
+Depends-on:
+mkdtemp
+filenamecat
+write
+read-file
+unlink
+rmdir
+symlink
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-supersede
+check_PROGRAMS += test-supersede
+test_supersede_LDADD = $(LDADD) $(LIB_ACL) $(LIB_CLOCK_GETTIME) $(LIB_GETRANDOM)