8TEST_CASE(
"Simple Inline Script Test",
"[scripting]")
13 constexpr D64 result = 7.4;
18TEST_CASE(
"External Function Script Test",
"[scripting]" )
35 variable = t_func(variable);
void registerFunction(const Func &function, const char *functionName)
Handle console commands that start with a forward slash.
std::function< Ret(Args...) > DELEGATE_STD
TEST_CASE("ByteBuffer RW Bool", "[byte_buffer]")
#define CHECK_COMPARE(LHS, RHS)
#define CHECK_EQUAL(LHS, RHS)