summaryrefslogtreecommitdiff
path: root/testsuite/tests/determinism/determ002/Makefile
blob: d94a1c22ec1a1ee3ec4d6b34ba63f2d008ae4de4 (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

TEST_HC_OPTS_NO_RECOMP = $(filter-out -fforce-recomp,$(TEST_HC_OPTS))

determ002:
	$(RM) A.hi A.o
	'$(TEST_HC)' $(TEST_HC_OPTS_NO_RECOMP) A.hs
	$(CP) A.hi A.old.hi
	$(RM) A.o
	'$(TEST_HC)' $(TEST_HC_OPTS_NO_RECOMP) A.hs
	diff A.hi A.old.hi