jak-project/test/goalc
2020-11-29 10:46:14 -05:00
..
framework remove match param (#127) 2020-11-20 20:17:37 -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 add float min max to the compiler 2020-11-29 10:46:14 -05:00
all_goalc_template_tests.cpp Set up the compiler to ptrace the runtime (#107) 2020-10-31 14:07:43 -04:00
CMakeLists.txt Set up the compiler to ptrace the runtime (#107) 2020-10-31 14:07:43 -04: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 update 2020-11-28 20:53:13 -05:00
test_collections.cpp clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_compiler.cpp Fix remaining failing tests 2020-10-09 19:44:16 -04:00
test_control_statements.cpp Update documentation and clean up (#129) 2020-11-21 12:52:38 -05:00
test_debugger.cpp [Source Line Debugger] Tracking objects and IR (#115) 2020-11-13 22:33:57 -05:00
test_float.cpp add float min max to the compiler 2020-11-29 10:46:14 -05:00
test_functions.cpp fix compiler bugs 2020-11-22 20:10:33 -05:00
test_library.cpp clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_logic.cpp clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_loop_recur.cpp clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_macros.cpp clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_methods.cpp clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_pointers.cpp clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_strings.cpp Set up the compiler to ptrace the runtime (#107) 2020-10-31 14:07:43 -04:00
test_symbols.cpp clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_variables.cpp Add support for stack integers (#135) 2020-11-22 12:22:19 -05:00
test_with_game.cpp update 2020-11-28 19:59:23 -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?