aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/ticket18/Makefile
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-06-21 03:13:50 +0200
committerTristan Gingold <tgingold@free.fr>2014-06-21 03:13:50 +0200
commitb27fe672b79b7233ae2ca0ea612f58f9e34fca85 (patch)
tree635b96bbde68c72e8fda60eac9b015a80b63af5b /testsuite/gna/ticket18/Makefile
parentdc45124d37fb77f49d35e2500694725787877157 (diff)
downloadghdl-b27fe672b79b7233ae2ca0ea612f58f9e34fca85.tar.gz
ghdl-b27fe672b79b7233ae2ca0ea612f58f9e34fca85.tar.bz2
ghdl-b27fe672b79b7233ae2ca0ea612f58f9e34fca85.zip
Handle report/severity in PSL assertions.
Diffstat (limited to 'testsuite/gna/ticket18/Makefile')
-rw-r--r--testsuite/gna/ticket18/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/testsuite/gna/ticket18/Makefile b/testsuite/gna/ticket18/Makefile
new file mode 100644
index 000000000..1c3a05626
--- /dev/null
+++ b/testsuite/gna/ticket18/Makefile
@@ -0,0 +1,18 @@
+psl_test_working: psl_test_working.vhd
+ ghdl -a --std=02 -fpsl psl_test_working.vhd
+ ghdl -e --std=02 -fpsl psl_test_working
+ ./psl_test_working --stop-time=200ns
+
+psl_test_error: psl_test_error.vhd
+ ghdl -a --std=02 -fpsl psl_test_error.vhd
+ ghdl -e --std=02 -fpsl psl_test_error
+ ./psl_test_error --stop-time=200ns
+
+all: clean psl_test_working psl_test_error
+
+.PHONY: clean
+clean:
+ rm -f *.cf
+ rm -f *.o
+ rm -f psl_test_working
+ rm -f psl_test_error \ No newline at end of file