Skip to content

Commit 14c0cf4

Browse files
committed
updated the batch version of build
1 parent 40d9c18 commit 14c0cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cd ..
3636
move bin\jpt1.jar lib
3737

3838
REM Running JUnit tests
39-
java -cp "testbin;lib\jpt1.jar;build\junit-4.12.jar;build\hamcrest-core-1.3.jar" org.junit.runner.JUnitCore org.cicirello.sequences.PrimitiveValueTests org.cicirello.sequences.SequenceTests org.cicirello.sequences.distance.SequenceDistanceTests org.cicirello.permutations.PermutationTestCases org.cicirello.permutations.distance.PermutationDistanceTests org.cicirello.math.stats.StatisticsTests
39+
java -cp "testbin;lib\jpt1.jar;build\junit-4.12.jar;build\hamcrest-core-1.3.jar" org.junit.runner.JUnitCore org.cicirello.sequences.distance.PrimitiveValueTests org.cicirello.sequences.distance.SequenceTests org.cicirello.sequences.distance.SequenceDistanceTests org.cicirello.permutations.PermutationTestCases org.cicirello.permutations.distance.PermutationDistanceTests org.cicirello.math.stats.StatisticsTests
4040
if errorlevel 1 goto testingError
4141

4242
REM compile source of examples and experiment replication programs

0 commit comments

Comments
 (0)