12 lines
364 B
C++
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 }
|
|
};
|