Test module for gettimeofday.
authorBruno Haible <bruno@clisp.org>
Wed, 17 Jan 2007 01:07:16 +0000 (01:07 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 17 Jan 2007 01:07:16 +0000 (01:07 +0000)
modules/gettimeofday-tests [new file with mode: 0644]

diff --git a/modules/gettimeofday-tests b/modules/gettimeofday-tests
new file mode 100644 (file)
index 0000000..6c2cef5
--- /dev/null
@@ -0,0 +1,11 @@
+Files:
+tests/test-gettimeofday.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-gettimeofday
+check_PROGRAMS += test-gettimeofday
+