Skip to content

Commit

Permalink
Enable assertions for our project.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Oct 24, 2023
1 parent 4475b37 commit f0b17ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions edu.cuny.hunter.hybridize.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<scm>
<url>https://github.com/ponder-lab/Hybridize-Functions-Refactoring/tree/main/edu.cuny.hunter.hybridize.tests</url>
</scm>
<properties>
<!-- Enable assertions for our project. -->
<tycho.testArgLine>-ea:edu.cuny.hunter.hybridize...</tycho.testArgLine>
</properties>
<profiles>
<profile>
<id>macosx</id>
Expand Down

0 comments on commit f0b17ba

Please sign in to comment.