jak-project/test/goalc
water111 e01e065170
[gcommon decomp] compiler and decompiler fixes (#239)
* wip

* decompile file-io

* a

* fix
2021-02-07 18:21:00 -05:00
..
framework Compiler - Implementing more VU Instructions (Part 1 of 2) (#221) 2021-02-05 15:00:17 -05:00
source_generated Final polish on the integer tests, time to start converting the rest 2020-10-03 18:32:01 -04:00
source_templates [gcommon decomp] compiler and decompiler fixes (#239) 2021-02-07 18:21:00 -05:00
all_goalc_template_tests.cpp [Decompiler] Begin expression conversion, rearrange tests (#209) 2021-01-23 16:32:56 -05:00
CMakeLists.txt Compiler - Implementing more VU Instructions (Part 1 of 2) (#221) 2021-02-05 15:00:17 -05:00
README.md Create new categorized test classes, for the most part just a copy of current tests into new framework 2020-10-08 00:06:48 -04:00
test_arithmetic.cpp [Decompiler] Begin expression conversion, rearrange tests (#209) 2021-01-23 16:32:56 -05:00
test_collections.cpp [Decompiler] Begin expression conversion, rearrange tests (#209) 2021-01-23 16:32:56 -05:00
test_compiler.cpp Fix remaining failing tests 2020-10-09 19:44:16 -04:00
test_control_statements.cpp Nixpkgs support (#228) 2021-02-03 21:29:46 -05:00
test_debugger.cpp [Source Line Debugger] Tracking objects and IR (#115) 2020-11-13 22:33:57 -05:00
test_game_no_debug.cpp [Compiler] Bug fixes (#230) 2021-02-03 11:07:47 -05:00
test_goal_kernel.cpp Add another kernel test, fix small bugs (#156) 2020-12-10 20:26:40 -05:00
test_variables.cpp [Decompiler] Begin expression conversion, rearrange tests (#209) 2021-01-23 16:32:56 -05:00
test_with_game.cpp [Decompilation] Fixes to compiler/decompiler for gcommon (#227) 2021-02-05 19:41:09 -05:00

Some Documentation

TODO!

TODO

  • If it can't make the file successfully, currently the tests just hang
  • How do i share the same fixture (compiler/thread instance), but with different Params. I don't think this is possible...maybe with templates?