summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-01-02 13:15:06 +0100
committerBruno Haible <bruno@clisp.org>2021-01-02 13:15:06 +0100
commit880a723a4976abf6ae22731bd75416b938157f30 (patch)
tree4a9ef54e5df7c3b6f242d4708695b745f503e1ad /modules
parentcaf114a384a66c506ad1304197264cfac64f1fbc (diff)
downloadgnulib-880a723a4976abf6ae22731bd75416b938157f30.tar.gz
timespec_get: Add tests.
* tests/test-timespec_get.c: New file. * modules/timespec_get-tests: New file.
Diffstat (limited to 'modules')
-rw-r--r--modules/timespec_get-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/timespec_get-tests b/modules/timespec_get-tests
new file mode 100644
index 0000000000..f13e199ad7
--- /dev/null
+++ b/modules/timespec_get-tests
@@ -0,0 +1,13 @@
+Files:
+tests/test-timespec_get.c
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-timespec_get
+check_PROGRAMS += test-timespec_get
+test_timespec_get_LDADD = $(LDADD) @LIB_CLOCK_GETTIME@