File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
core/src/test/java/org/bouncycastle/crypto/test Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -228,17 +228,17 @@ static void isEqualTo(
228228 }
229229 }
230230
231- public static void main (String [] args )
232- {
233- runTest (new AsconTest ());
234- runTest (new ElephantTest ());
235- runTest (new GiftCofbTest ());
236- runTest (new Grain128AEADTest ());
237- runTest (new ISAPTest ());
238- runTest (new PhotonBeetleTest ());
239- runTest (new RomulusTest ());
240- runTest (new SparkleTest ());
241- runTest (new XoodyakTest ());
242- }
231+ // public static void main(String[] args)
232+ // {
233+ // runTest(new AsconTest());
234+ // runTest(new ElephantTest());
235+ // runTest(new GiftCofbTest());
236+ // runTest(new Grain128AEADTest());
237+ // runTest(new ISAPTest());
238+ // runTest(new PhotonBeetleTest());
239+ // runTest(new RomulusTest());
240+ // runTest(new SparkleTest());
241+ // runTest(new XoodyakTest());
242+ // }
243243}
244244
You can’t perform that action at this time.
0 commit comments