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

# Dynamic flags tests

clean:
	rm -f *.o *.hi

# 001: Flags turned on in one module's OPTIONS_GHC pragma shouldn't
#      be on in when compiling other modules

dynamic_flags_001: clean
	'$(TEST_HC)' $(TEST_HC_OPTS) --make -Werror -v0 C.hs