remove autogen stuff and add author_tests() to Makefile.pl
[gitmo/MooseX-MetaDescription.git] / Makefile
index 05aa21a..9922625 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
 #     PREREQ_PM => { Test::More=>q[0.62], Moose=>q[0.4] }
 #     VERSION => q[0.01]
 #     dist => { PREOP=>q[$(PERL) -I. "-MModule::Install::Admin" -e "dist_preop(q($(DISTVNAME)))"] }
-#     test => { TESTS=>q[t/*.t] }
+#     test => { TESTS=>q[t/*.t t-author/*.t] }
 
 # --- MakeMaker post_initialize section:
 
@@ -761,7 +761,7 @@ $(MAKE_APERL_FILE) : $(FIRST_MAKEFILE) pm_to_blib
 TEST_VERBOSE=0
 TEST_TYPE=test_$(LINKTYPE)
 TEST_FILE = test.pl
-TEST_FILES = t/*.t
+TEST_FILES = t/*.t t-author/*.t
 TESTDB_SW = -d
 
 testdb :: testdb_$(LINKTYPE)