From 236a876a8448b89061bb71869c36a68aea0199c3 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 29 Oct 2014 20:36:02 +0100 Subject: Add testcase for bug 22868. --- testsuite/gna/bug22868/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 testsuite/gna/bug22868/Makefile (limited to 'testsuite/gna/bug22868/Makefile') diff --git a/testsuite/gna/bug22868/Makefile b/testsuite/gna/bug22868/Makefile new file mode 100644 index 0000000..328c08c --- /dev/null +++ b/testsuite/gna/bug22868/Makefile @@ -0,0 +1,15 @@ +.PHONY: default +default: + -make works.o + -make fails1.o + -make fails2.o + + +%.o: %.vhdl + ghdl -a $< + +.PHONY: clean +clean: + ghdl --clean + rm *.cf + -- cgit