summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T12674/Makefile
blob: d73d0b40b70ea012155653a4dab37aaa126f8d9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TOP=../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk

# Uses Makefile to ensure that the testsuite driver doesn't normalize away the ./
T12674:
	"$(TEST_HC)" $(TEST_HC_OPTS) -v0 -o T12674 ./-T12674.hs ././-T12674c.c
	./T12674

T12674w:
	"$(TEST_HC)" $(TEST_HC_OPTS) -v0 -o T12674 .\\\-T12674.hs .\\\.\\\-T12674c.c
	./T12674