#include <sysio/vm/backend.hpp>
#include "utils.hpp"
#include <catch2/catch.hpp>
Go to the source code of this file.
|
| BACKEND_TEST_CASE ("Test allow_code_after_function_end default", "[allow_code_after_function_end_test]") |
|
| BACKEND_TEST_CASE ("Test allow_code_after_function_end unlimited", "[allow_code_after_function_end_test]") |
|
| BACKEND_TEST_CASE ("Test allow_code_after_function_end static fail", "[allow_code_after_function_end_test]") |
|
| BACKEND_TEST_CASE ("Test allow_code_after_function_end static pass", "[allow_code_after_function_end_test]") |
|
| BACKEND_TEST_CASE ("Test allow_code_after_function_end dynamic fail", "[allow_code_after_function_end_test]") |
|
| BACKEND_TEST_CASE ("Test allow_code_after_function_end dynamic pass", "[allow_code_after_function_end_test]") |
|
◆ BACKEND_TEST_CASE() [1/6]
BACKEND_TEST_CASE |
( |
"Test allow_code_after_function_end default" | , |
|
|
"" | [allow_code_after_function_end_test] ) |
◆ BACKEND_TEST_CASE() [2/6]
BACKEND_TEST_CASE |
( |
"Test allow_code_after_function_end dynamic fail" | , |
|
|
"" | [allow_code_after_function_end_test] ) |
◆ BACKEND_TEST_CASE() [3/6]
BACKEND_TEST_CASE |
( |
"Test allow_code_after_function_end dynamic pass" | , |
|
|
"" | [allow_code_after_function_end_test] ) |
◆ BACKEND_TEST_CASE() [4/6]
BACKEND_TEST_CASE |
( |
"Test allow_code_after_function_end static fail" | , |
|
|
"" | [allow_code_after_function_end_test] ) |
◆ BACKEND_TEST_CASE() [5/6]
BACKEND_TEST_CASE |
( |
"Test allow_code_after_function_end static pass" | , |
|
|
"" | [allow_code_after_function_end_test] ) |
◆ BACKEND_TEST_CASE() [6/6]
BACKEND_TEST_CASE |
( |
"Test allow_code_after_function_end unlimited" | , |
|
|
"" | [allow_code_after_function_end_test] ) |
◆ wa