1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-02 16:49:46 +02:00

cmake/tests: Fix naming and timing of ItemTests test suite

This commit is contained in:
Anonymous Maarten 2017-10-28 17:02:20 +02:00 committed by Daniel Evans
parent 9e8a96ab7e
commit 8f4c770a26
2 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ if(SEPERATE_TEST_SUITES)
)
set_tests_properties("${TEST}"
PROPERTIES
TIMEOUT 15
TIMEOUT 30
)
endforeach()
else()
@ -103,6 +103,6 @@ else()
)
set_tests_properties(UnitTests
PROPERTIES
TIMEOUT 60
TIMEOUT 300
)
endif()

View File

@ -2,7 +2,7 @@
#include <objects/CharacterObject.hpp>
#include "test_Globals.hpp"
BOOST_AUTO_TEST_SUITE(ItemTests)
BOOST_AUTO_TEST_SUITE(ItemsTests)
#if RW_TEST_WITH_DATA
BOOST_AUTO_TEST_CASE(test_character_inventory) {