summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorjuehv <heuschkel@tk.tu-darmstadt.de>2016-12-08 13:31:47 (GMT)
committerjuehv <heuschkel@tk.tu-darmstadt.de>2016-12-08 13:31:47 (GMT)
commit416d85a93e8e42c81b8fef978f4b12b4850d0676 (patch)
treebc5e2ae3c69e6dcb9e77c3c7856c8796a6496d65 /test
parent08a6a153a3bd6b9984936beaad56e85b5fcd63a0 (diff)
parent89947b31a1daf4fea62b1f5055df8ef8ff8838ec (diff)
downloaduscxml-416d85a93e8e42c81b8fef978f4b12b4850d0676.zip
uscxml-416d85a93e8e42c81b8fef978f4b12b4850d0676.tar.gz
uscxml-416d85a93e8e42c81b8fef978f4b12b4850d0676.tar.bz2
Merge branch 'master' of github.com:tklab-tud/uscxml
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt3
-rw-r--r--test/src/test-state-pass.cpp2
2 files changed, 2 insertions, 3 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 28ce2c4..32d1165 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -18,8 +18,7 @@ if (GHDL_BIN)
string(REGEX MATCH "^([0-9]+\\.[0-9]+)" GHDL_VERSION ${GHDL_VERSION_OUT})
if (${GHDL_VERSION} VERSION_LESS "0.32")
- message(WARNING "GHDL version 0.32 required - ${GHDL_VERSION} found, not building VHDL tests")
- message(WARNING "Try https://github.com/tgingold/ghdl/releases/tag/v0.33")
+ message(STATUS "GHDL version 0.32 required - ${GHDL_VERSION} found, not building VHDL tests")
unset(GHDL_BIN)
endif ()
endif ()
diff --git a/test/src/test-state-pass.cpp b/test/src/test-state-pass.cpp
index afda506..163e5b9 100644
--- a/test/src/test-state-pass.cpp
+++ b/test/src/test-state-pass.cpp
@@ -87,4 +87,4 @@ int main(int argc, char** argv) {
}
return 0;
-} \ No newline at end of file
+}