-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* std tests now use utest * utest for native tests * utest for telemetry * rest of the tests hopefully working * another isNull test * Easier to reason about assert * Swivel asserts around * More aggressive stack clearing * Non debug haxe tests
- Loading branch information
Showing
49 changed files
with
735 additions
and
1,465 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
-cp src | ||
-main TestMain | ||
-neko bin/neko/TestMain.n | ||
-cp ../unit | ||
-p src | ||
-m TestMain | ||
-L utest | ||
--neko bin/neko/TestMain.n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
-cp src | ||
-main TestMain | ||
-cpp bin/cpp-utf8 | ||
-cp ../unit | ||
-p src | ||
-m TestMain | ||
-L utest | ||
-D disable_unicode_strings | ||
--cpp bin/cpp-utf8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
-cp src | ||
-main TestMain | ||
-cpp bin/cpp | ||
-cp ../unit | ||
-p src | ||
-m TestMain | ||
-L utest | ||
--cpp bin/cpp |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
-main Client | ||
-m Client | ||
-D dll_import=host_classes.info | ||
-cppia bin/client.cppia | ||
-cp ../unit | ||
--cppia bin/client.cppia |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-main CppiaHost | ||
-m CppiaHost | ||
-D scriptable | ||
-D dll_export=host_classes.info | ||
-dce no | ||
-cpp bin | ||
-cp ../unit | ||
--dce no | ||
--cpp bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-main App | ||
-cpp bin | ||
-m App | ||
-D hxcpp_debugger | ||
-D HXCPP_DEBUGGER | ||
-debug | ||
-cp ../unit | ||
--cpp bin | ||
--debug |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
-cpp gen-externs | ||
--cpp gen-externs | ||
-D static_link | ||
api.HaxeApi | ||
-cp ../unit | ||
api.HaxeApi |
Oops, something went wrong.