summaryrefslogtreecommitdiff
path: root/testsuite/tests/determinism/determ002/Makefile
blob: 3859f52a39ec35abf017cb605a5c24b52ceaf09f (plain)
1
2
3
4
5
6
7
8
9
10
11
TOP=../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk

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