Skip to content

Commit

Permalink
move build dependencies test to t/src
Browse files Browse the repository at this point in the history
This is a compromise - really is a coding standards test, but requires
a full build, so put it in t/src with the feature tests.

mikehh++ for the suggestion
  • Loading branch information
coke committed Dec 27, 2010
1 parent 792d048 commit 5f7ddd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST
Expand Up @@ -1470,7 +1470,6 @@ t/codingstd/c_struct.t [test]
t/codingstd/c_todo.t [test]
t/codingstd/check_isxxx.t [test]
t/codingstd/check_toxxx.t [test]
t/codingstd/checkdepend.t [test]
t/codingstd/copyright.t [test]
t/codingstd/cuddled_else.t [test]
t/codingstd/filenames.t [test]
Expand Down Expand Up @@ -1946,6 +1945,7 @@ t/run/options.t [test]
t/src/README []doc
t/src/atomic.t [test]
t/src/basic.t [test]
t/src/checkdepend.t [test]
t/src/embed.t [test]
t/src/embed/pmc.t [test]
t/src/embed/strings.t [test]
Expand Down
4 changes: 2 additions & 2 deletions t/codingstd/checkdepend.t → t/src/checkdepend.t
Expand Up @@ -13,7 +13,7 @@ use Test::More;

=head1 NAME
t/codingstd/checkdepend.t
t/src/checkdepend.t
=head1 DESCRIPTION
Expand All @@ -33,7 +33,7 @@ are not reported on. The number in parentheses indicates how many were found.
=head1 REQUIREMENTS
A built parrot (Configure and make) to generate all files so we can analyze
them.
them. (That's why it's in t/src/ instead of t/codingstd)
=head1 BUGS
Expand Down

0 comments on commit 5f7ddd9

Please sign in to comment.