diff options
Diffstat (limited to 'bindisttest/Makefile')
-rw-r--r-- | bindisttest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindisttest/Makefile b/bindisttest/Makefile index 1599b37c31..1abbd788a2 100644 --- a/bindisttest/Makefile +++ b/bindisttest/Makefile @@ -36,6 +36,7 @@ endif $(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) |