X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=bindisttest%2FMakefile;h=71cb578ef15e58295750e61223663773298d2125;hb=51c08cf9d24151e79318e0a176898230997a68e4;hp=1599b37c31ff85f663b190a2a8753bcb3bc350e3;hpb=90631447f6517d757edfeb4a5b4cd7dd6c02ffca;p=ghc-hetmet.git diff --git a/bindisttest/Makefile b/bindisttest/Makefile index 1599b37..71cb578 100644 --- a/bindisttest/Makefile +++ b/bindisttest/Makefile @@ -33,13 +33,16 @@ else cd a/b/c/$(BIN_DIST_NAME) && ./configure --prefix=$(BIN_DIST_INST_DIR) cd a/b/c/$(BIN_DIST_NAME) && make install endif + $(BIN_DIST_INST_DIR)/bin/runghc HelloWorld > output + $(CONTEXT_DIFF) output expected_output $(BIN_DIST_INST_DIR)/bin/ghc --make HelloWorld ./HelloWorld > output $(CONTEXT_DIFF) output expected_output + $(BIN_DIST_INST_DIR)/bin/ghc-pkg check clean distclean: $(RM) -rf $(BIN_DIST_INST_SUBDIR) - $(RM) -rf ghc* + $(RM) -rf a/b/c/* $(RM) HelloWorld HelloWorld.o HelloWorld.hi output # Ignore a load of other standard targets