From d5c12ada20886867bc4392da7d2c5a556b907ddf Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Wed, 3 Feb 2010 18:07:26 +0000 Subject: [PATCH] Follow-up r61940: delete Makefile too --- Makefile | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index fc7f026684..0000000000 --- a/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# -# This Makefile is used to test some MediaWiki functions. If you -# want to install MediaWiki, point your browser to ./config/ -# - -# Configuration: -PROVE_BIN="prove" - -# Describe our tests: -BASE_TEST=$(wildcard t/*.t) -INCLUDES_TESTS=$(wildcard t/inc/*t) - -# Build groups: -ALL_TESTS=$(BASE_TEST) $(INCLUDES_TESTS) - -test: t/Test.php - $(PROVE_BIN) $(ALL_TESTS) - -fast: t/Test.php - $(PROVE_BIN) $(ALL_TESTS) - -verbose: t/Test.php - $(PROVE_BIN) -v $(ALL_TESTS) | egrep -v '^ok' -- 2.20.1