summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T12674/Makefile
blob: 81ac0e67cf65dab5ec403e487ad72fc04cd391a0 (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