jak-project/test/goalc
2020-10-09 19:44:16 -04:00
..
framework lint: Clang format 2020-10-09 13:24:55 -04: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 Fix remaining failing tests 2020-10-09 19:44:16 -04:00
CMakeLists.txt Fix remaining failing tests 2020-10-09 19:44:16 -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 lint: Clang format 2020-10-09 13:24:55 -04:00
test_collections.cpp lint: Clang format 2020-10-09 13:24:55 -04:00
test_compiler.cpp Fix remaining failing tests 2020-10-09 19:44:16 -04:00
test_control_statements.cpp lint: Clang format 2020-10-09 13:24:55 -04:00
test_float.cpp lint: Clang format 2020-10-09 13:24:55 -04:00
test_functions.cpp Fix remaining failing tests 2020-10-09 19:44:16 -04:00
test_library.cpp lint: Clang format 2020-10-09 13:24:55 -04:00
test_logic.cpp lint: Clang format 2020-10-09 13:24:55 -04:00
test_loop_recur.cpp lint: Clang format 2020-10-09 13:24:55 -04:00
test_macros.cpp 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_methods.cpp 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_pointers.cpp 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_strings.cpp lint: Clang format 2020-10-09 13:24:55 -04:00
test_symbols.cpp 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_variables.cpp lint: Clang format 2020-10-09 13:24:55 -04:00
test_with_game.cpp Fix remaining failing tests 2020-10-09 19:44:16 -04: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?