summaryrefslogtreecommitdiff
path: root/modules/cnd-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/cnd-tests')
-rw-r--r--modules/cnd-tests16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/cnd-tests b/modules/cnd-tests
new file mode 100644
index 0000000000..f9dc79ea7d
--- /dev/null
+++ b/modules/cnd-tests
@@ -0,0 +1,16 @@
+Files:
+tests/test-cnd.c
+tests/macros.h
+
+Depends-on:
+mtx
+thrd
+gettimeofday
+
+configure.ac:
+AC_CHECK_DECLS_ONCE([alarm])
+
+Makefile.am:
+TESTS += test-cnd
+check_PROGRAMS += test-cnd
+test_cnd_LDADD = $(LDADD) @LIBSTDTHREAD@