]> git.meshlink.io Git - catta/commitdiff
do not build dns-spin-test on Windows (for the time being)
authorSven M. Hallberg <pesco@khjk.org>
Thu, 4 Sep 2014 18:46:21 +0000 (20:46 +0200)
committerSven M. Hallberg <pesco@khjk.org>
Thu, 4 Sep 2014 18:46:21 +0000 (20:46 +0200)
tests/Makefile.am

index 8cd35c3b5db552db7019e5ce4f1186eb05cc965e..5b144658c8b892e5965c7af767926d8e8c50ccc4 100644 (file)
@@ -35,16 +35,20 @@ noinst_PROGRAMS = \
        conformance-test \
        catta-reflector \
        dns-test \
-       dns-spin-test \
        timeeventq-test \
        hashmap-test \
        querier-test \
        update-test
 
 TESTS = \
-       dns-spin-test \
        dns-test \
        hashmap-test
+
+# disable the dns-spin-test on Windows (needs setitimer)
+if !WINDOWS
+noinst_PROGRAMS += dns-spin-test
+TESTS += dns-spin-test
+endif
 endif