summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
-rwxr-xr-xcontrib/ctest/run-tests.cron2
2 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0d97a87..62292a9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -897,6 +897,7 @@ endif()
if (UNIX AND NOT APPLE)
list (APPEND USCXML_CORE_LIBS "pthread")
list (APPEND USCXML_CORE_LIBS "rt")
+ list (APPEND USCXML_CORE_LIBS "dl")
endif()
list(SORT USCXML_FILES)
diff --git a/contrib/ctest/run-tests.cron b/contrib/ctest/run-tests.cron
index 9fd61ea..299a7d4 100755
--- a/contrib/ctest/run-tests.cron
+++ b/contrib/ctest/run-tests.cron
@@ -76,4 +76,4 @@ if [ "$CTEST_SUBMIT_TYPE" = "Continuous" ]; then
fi
cd $TEST_DIR
-nice $CTEST -VV --timeout 60 -S $TESTFILE \ No newline at end of file
+nice $CTEST -VV --timeout 20 -S $TESTFILE \ No newline at end of file