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