From dbf1e2187b1e3bce4e9533d9c5c5eafcc14c0f63 Mon Sep 17 00:00:00 2001
From: Bruno Haible <bruno@clisp.org>
Date: Wed, 17 Jan 2007 01:07:16 +0000
Subject: [PATCH] Test module for gettimeofday.

---
 modules/gettimeofday-tests | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 modules/gettimeofday-tests

diff --git a/modules/gettimeofday-tests b/modules/gettimeofday-tests
new file mode 100644
index 0000000000..6c2cef57b8
--- /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
+
-- 
2.39.5