aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2010-01-01 23:13:02 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2010-01-01 23:13:02 +0000
commit0c86e099d785f8b2ef0a08e7af8df0c2e6290f7b (patch)
tree07661644b2429491fb89c46ffa039707cf304f3c
parent52639f09bcc16bc4e50ad411ddef52da97533c81 (diff)
downloadspec-helper-0c86e099d785f8b2ef0a08e7af8df0c2e6290f7b.tar
spec-helper-0c86e099d785f8b2ef0a08e7af8df0c2e6290f7b.tar.gz
spec-helper-0c86e099d785f8b2ef0a08e7af8df0c2e6290f7b.tar.bz2
spec-helper-0c86e099d785f8b2ef0a08e7af8df0c2e6290f7b.tar.xz
spec-helper-0c86e099d785f8b2ef0a08e7af8df0c2e6290f7b.zip
update for test library
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 552f6a5..89d6083 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,8 @@ BIN_FILES = macroszification
MACROS_FILES = spec-helper.macros
TEST_FILES = t/*.t
FILES = Makefile NEWS README \
- $(SCRIPT_FILES) $(BIN_FILES) $(MACROS_FILES:=.in) $(TEST_FILES)
+ $(SCRIPT_FILES) $(BIN_FILES) $(MACROS_FILES:=.in) \
+ $(TEST_FILES) t/Utils.pm
TEST_VERBOSE = 0
@@ -35,7 +36,7 @@ clean:
rm -f *~
test:
- perl -MExtUtils::Command::MM -e "test_harness($(TEST_VERBOSE))" $(TEST_FILES)
+ perl -I t -MExtUtils::Command::MM -e "test_harness($(TEST_VERBOSE))" $(TEST_FILES)
# rules to build a local distribution