changeset 7892:bf41bd2dc7a0

Test module for gettimeofday.
author Bruno Haible <bruno@clisp.org>
date Wed, 17 Jan 2007 01:07:16 +0000
parents 83934c71372e
children 195d3304eb97
files modules/gettimeofday-tests
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/modules/gettimeofday-tests
@@ -0,0 +1,11 @@
+Files:
+tests/test-gettimeofday.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-gettimeofday
+check_PROGRAMS += test-gettimeofday
+