Skip to content

Commit

Permalink
Exclude non-test files in build file.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjust committed Sep 9, 2024
1 parent c062f6d commit d1d0879
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions framework/projects/Compress/Compress.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ of the checked-out project version.
<include name='**/*Test.java' />
<include name='**/Test*.java' />
<exclude name='**/*Abstract*Test.java' />
<exclude name='**/AbstractTestCase.java' />
<exclude name='**/archivers/TestArchiveStreamProvider.java' />
<exclude name='**/compressors/TestCompressorStreamProvider.java' />
</fileset>

<!-- List of relevant developer-written tests that reliably pass on the fixed version -->
Expand Down

0 comments on commit d1d0879

Please sign in to comment.