summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T13092c/Makefile
blob: 29a3b104eb0a850ed45def2a52ef0dbf22ac0c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TOP=../../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk

T13092c:
	rm -f T13092c_[1234].hi
	'$(TEST_HC)' $(TEST_HC_OPTS) -c T13092c_1.hs -ddump-if-trace > /dev/null 2> if.out
	! grep 'Reading interface for .*:GHC.Generics' if.out
	'$(TEST_HC)' $(TEST_HC_OPTS) -c T13092c_2.hs -ddump-if-trace > /dev/null 2> if.out
	! grep 'Reading interface for .*:GHC.Generics' if.out
	'$(TEST_HC)' $(TEST_HC_OPTS) -c T13092c_3.hs
	! '$(TEST_HC)' $(TEST_HC_OPTS) -c T13092c_4.hs