X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Fio%2Fstable001%2FMakefile;h=0f67c21986fe870e7faf36557b618f0ad469ba47;hb=1aa16d867ac9164a2d05ae8450ef506224c8ebb7;hp=f3b9242c33f8a28542a2b0ada9f5238376c9b043;hpb=77977ede2807124341573b92cc792198e654f067;p=ghc-hetmet.git diff --git a/ghc/tests/io/stable001/Makefile b/ghc/tests/io/stable001/Makefile index f3b9242..0f67c21 100644 --- a/ghc/tests/io/stable001/Makefile +++ b/ghc/tests/io/stable001/Makefile @@ -1,5 +1,10 @@ TOP = ../.. include $(TOP)/mk/boilerplate.mk SRC_HC_OPTS += -fglasgow-exts +include $(TOP)/mk/should_run.mk + +HC_OPTS += -dcore-lint + +.PRECIOUS: %.o %.bin include $(TOP)/mk/target.mk