From bb60c721074fba76f4909c6aa8096df1dfcaa914 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 4 May 2009 10:53:24 +0000 Subject: Test "ghc-pkg check" passes in bindisttest Also fixes it so that it really does pass (we weren't substituting the GMP variables in the RTS package config). --- bindisttest/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'bindisttest') 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) -- cgit v1.2.1