Tests.as 140 B

12345678910
  1. // Test AS bindings
  2. #include "Tests/Math/BigInt.as"
  3. void Start()
  4. {
  5. Test_Math_BigInt();
  6. log.Info("Success!");
  7. engine.Exit();
  8. }