X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=bindisttest%2Fghc.mk;fp=bindisttest%2Fghc.mk;h=0530ae00f1c0c21f63da0992dbc944012c50a550;hb=71e0c82863b0021955ca76eb5c5b285714f46b73;hp=4705cef2b00adbdaf3971e78efce61610fa38c3d;hpb=4e077ce3e4abce11cadb48a6995d358982bf08d2;p=ghc-hetmet.git diff --git a/bindisttest/ghc.mk b/bindisttest/ghc.mk index 4705cef..0530ae0 100644 --- a/bindisttest/ghc.mk +++ b/bindisttest/ghc.mk @@ -37,8 +37,10 @@ else cd bindisttest/a/b/c/$(BIN_DIST_NAME) && ./configure --prefix=$(TOP)/$(BIN_DIST_INST_DIR) cd bindisttest/a/b/c/$(BIN_DIST_NAME) && $(MAKE) install endif +ifeq "$(GhcProfiled)" "NO" $(BIN_DIST_INST_DIR)/bin/runghc bindisttest/HelloWorld > bindisttest/output $(CONTEXT_DIFF) bindisttest/output bindisttest/expected_output +endif $(BIN_DIST_INST_DIR)/bin/ghc --make bindisttest/HelloWorld bindisttest/HelloWorld > bindisttest/output $(CONTEXT_DIFF) bindisttest/output bindisttest/expected_output