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

ffi018_ghci_setup :
	'$(TEST_HC)' $(TEST_HC_OPTS) -c ffi018_ghci_c.c

1288_ghci_setup :
	'$(TEST_HC)' $(TEST_HC_OPTS) -c 1288_ghci_c.c

2276_ghci_setup :
	'$(TEST_HC)' $(TEST_HC_OPTS) -c 2276_ghci_c.c

ffi002_setup :
	'$(TEST_HC)' $(TEST_HC_OPTS) -c ffi002.hs