System.out.println("Native library could not be loaded");
System.exit(-1);
}
System.out.println(VersionInfo.getInfoText());
System.out.println("Built for a "+VersionInfo.getProcessorType()+", a "+(VersionInfo.isBigEndian()?"big":"little")+" endian machine with "+VersionInfo.getAddressBitcount()+" address bits and "+VersionInfo.getIntegerSize()+" bytes per integer.");
test=new Test();
test.testTS1();
test.testTS2();
test.testTS3a();
test.testTS3b();
test.testTS4();