Files
simian/tests/test.cpp
nick 4a43160537
CI / build-and-test (push) Successful in 2m19s
feat: math and texture functions. update tests
2025-11-19 15:49:03 +13:00

12 lines
364 B
C++

#include "acutest.h"
#include "hot_reload.h"
#include "script_engine_tests.h"
#include "math_bindings_tests.h"
TEST_LIST = {
{ "hotreload_dir", test_hotreload_directory_watch },
{ "script_compile", test_scriptengine_compile_and_call },
{ "script_include", test_scriptengine_include },
{ "math_bindings", test_math_bindings },
{ NULL, NULL }
};