summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-12-02 14:18:44 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-12-02 14:18:44 (GMT)
commit53197953ce382a536bfef870efc4c3f1ccf0f180 (patch)
tree36854ac3110583441582825e01f4ea7dec9ad5fb /test
parent03ef761afd6a4c597c0e3fa1714cc947581e2a48 (diff)
parentff8b0fef70c774bf60cbb822ec378dc999085fde (diff)
downloaduscxml-53197953ce382a536bfef870efc4c3f1ccf0f180.zip
uscxml-53197953ce382a536bfef870efc4c3f1ccf0f180.tar.gz
uscxml-53197953ce382a536bfef870efc4c3f1ccf0f180.tar.bz2
Merge branch 'master' of github.com:tklab-tud/uscxml
Diffstat (limited to 'test')
-rwxr-xr-xtest/vhdl_manual/manual_test_ghdl.sh4
-rw-r--r--test/w3c/ecma/test145.scxml2
2 files changed, 4 insertions, 2 deletions
diff --git a/test/vhdl_manual/manual_test_ghdl.sh b/test/vhdl_manual/manual_test_ghdl.sh
index 90ba90b..07b4a9d 100755
--- a/test/vhdl_manual/manual_test_ghdl.sh
+++ b/test/vhdl_manual/manual_test_ghdl.sh
@@ -9,6 +9,7 @@
# sudo mkdir /opt/ghdl
# make
# sudo make install
+# OR install from https://github.com/tgingold/ghdl/releases/tag/v0.33
ME=`basename $0`
DIR="$( cd "$( dirname "$0" )" && pwd )/"
@@ -22,7 +23,8 @@ VHDL_OUT=${SIM_DIR}vhd/
SIM_LIB_DIR=${SIM_DIR}scxml/
VHDL_TB_NAME=tb
-GHDL=/opt/ghdl/bin/ghdl
+#GHDL=/opt/ghdl/bin/ghdl
+GHDL=ghdl
# get arguments
TEST_NUMBER="test144.scxml"
diff --git a/test/w3c/ecma/test145.scxml b/test/w3c/ecma/test145.scxml
index b0fdba6..5e9c32b 100644
--- a/test/w3c/ecma/test145.scxml
+++ b/test/w3c/ecma/test145.scxml
@@ -14,7 +14,7 @@
<transition event="*" target="fail"/>
</state>
<state id="s2">
- <transition target="s2"/>
+ <transition target="pass"/>
</state>
<final id="pass">
<onentry>