Skip to content

Commit

Permalink
uncomment extra directories and run all tests. All tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Sep 9, 2010
1 parent 7e0058d commit a1189e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions t/harness
Expand Up @@ -29,10 +29,10 @@ class PLA::Harness {
@!files := [];
self.get_all_tests(
't',
#'t/pmc',
#'t/methods/nummatrix2d',
#'t/methods/complexmatrix2d',
#'t/methods/pmcmatrix2d',
't/pmc',
't/methods/nummatrix2d',
't/methods/complexmatrix2d',
't/methods/pmcmatrix2d',
't/pir-subclass'
);
%!results := self.new_hash();
Expand Down

0 comments on commit a1189e5

Please sign in to comment.