summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-07-05 12:27:29 +0200
committerBruno Haible <bruno@clisp.org>2020-07-05 12:30:51 +0200
commit65219bb39efb32710036c895dbfa0d1c5916d803 (patch)
tree0f1e2be367ff8cf6f1bfc2125b30e16eb14eaad9 /modules
parent6dd23517fef58efe208ebcffbe55058c5c0091fe (diff)
downloadgnulib-65219bb39efb32710036c895dbfa0d1c5916d803.tar.gz
supersede: Add tests.
* tests/test-supersede.c: New file. * tests/test-supersede-open.h: New file. * tests/test-supersede-fopen.h: New file. * modules/supersede-tests: New file.
Diffstat (limited to 'modules')
-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)