Skip to content

Commit

Permalink
SmokeTestAll: re-enable LoadRigTest
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Dec 17, 2024
1 parent 51b76a3 commit 2ed0d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/testjoltjni/app/samples/SmokeTestAll.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public static void main(String... arguments) {
//smokeTest(new BigWorldTest());
smokeTest(new CreateRigTest());
//smokeTest(new KinematicRigTest());
//smokeTest(new LoadRigTest());
smokeTest(new LoadRigTest());
//smokeTest(new LoadSaveBinaryRigTest());
//smokeTest(new LoadSaveRigTest());
//smokeTest(new PoweredRigTest());
Expand Down

0 comments on commit 2ed0d0b

Please sign in to comment.