diff options
Diffstat (limited to 'testsuite/sanity/000hello/testsuite.sh')
-rwxr-xr-x | testsuite/sanity/000hello/testsuite.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/sanity/000hello/testsuite.sh b/testsuite/sanity/000hello/testsuite.sh new file mode 100755 index 000000000..09af7b899 --- /dev/null +++ b/testsuite/sanity/000hello/testsuite.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +. ../../testenv.sh + +analyze hello.vhdl +elab_simulate hello + +clean + +echo "test successful" |