[test] enabled all tests for arm64
Dieser Commit ist enthalten in:
Ursprung
accedfcd5d
Commit
5c97f9eeb6
@ -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
|
||||
|
||||
@ -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)
|
||||
{
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren