[test] enabled all tests for arm64

Dieser Commit ist enthalten in:
Reinder Feenstra 2025-04-25 12:44:36 +02:00
Ursprung accedfcd5d
Commit 5c97f9eeb6
2 geänderte Dateien mit 0 neuen und 5 gelöschten Zeilen

Datei anzeigen

@ -20,8 +20,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __aarch64__
#include <catch2/catch_template_test_macros.hpp>
#include "../src/world/world.hpp"
#include "../src/core/method.tpp"
@ -167,4 +165,3 @@ TEMPLATE_TEST_CASE("Assign identification to another interface", "[interface]",
}
#endif
#endif

Datei anzeigen

@ -308,7 +308,6 @@ TEST_CASE("Create world and input => destroy input", "[object-create-destroy]")
REQUIRE(worldWeak.expired());
}
#ifndef __aarch64__
TEMPLATE_TEST_CASE("Create world, interface and input => destroy interface", "[object-create-destroy]", INTERFACES_INPUT)
{
auto world = World::create();
@ -374,7 +373,6 @@ TEMPLATE_TEST_CASE("Create world, interface and input => destroy input", "[objec
REQUIRE(interfaceWeak.expired());
REQUIRE(worldWeak.expired());
}
#endif
TEMPLATE_TEST_CASE("Create world and rail vehicle => destroy world", "[object-create-destroy]", RAIL_VEHICLES)
{