aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/ticket19/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/ticket19/Makefile')
-rw-r--r--testsuite/gna/ticket19/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/gna/ticket19/Makefile b/testsuite/gna/ticket19/Makefile
new file mode 100644
index 000000000..215246320
--- /dev/null
+++ b/testsuite/gna/ticket19/Makefile
@@ -0,0 +1,12 @@
+psl_test_cover: psl_test_cover.vhd
+ ghdl -a --std=02 -fpsl psl_test_cover.vhd
+ ghdl -e --std=02 -fpsl psl_test_cover
+ ./psl_test_cover --stop-time=200ns
+
+all: clean psl_test_cover
+
+.PHONY: clean
+clean:
+ rm -f *.cf
+ rm -f *.o
+ rm -f psl_test_cover \ No newline at end of file