diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2010-01-01 23:13:02 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2010-01-01 23:13:02 +0000 |
commit | 0c86e099d785f8b2ef0a08e7af8df0c2e6290f7b (patch) | |
tree | 07661644b2429491fb89c46ffa039707cf304f3c | |
parent | 52639f09bcc16bc4e50ad411ddef52da97533c81 (diff) | |
download | spec-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-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |