summaryrefslogtreecommitdiff
path: root/bindisttest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bindisttest/Makefile')
-rw-r--r--bindisttest/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindisttest/Makefile b/bindisttest/Makefile
index aa36a2cbbb..71cb578ef1 100644
--- a/bindisttest/Makefile
+++ b/bindisttest/Makefile
@@ -33,6 +33,8 @@ 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