1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02:00
openrw/tests
Anonymous Maarten 21c722f7cc run_tests: fix 'Type has to implement operator<< to be printable' (MSVC compiler)
fixes:
error C2338: Type has to implement operator<< to be printable
error C2679: binary '<<': no operator found which takes a right-hand
operand of type 'const boost::filesystem::path::string_type' (or there
is no acceptable conversion)
2018-01-05 06:21:34 +00:00
..
CMakeLists.txt cmake: add support for include-what-you-use to check #include's 2017-10-29 20:40:57 +00:00
main.cpp tests: Include main test function from boost/test/unit_test.hpp 2017-10-29 20:40:57 +00:00
test_Animation.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_Archive.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_Buoyancy.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_Character.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_Chase.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_Config.cpp rwengine: GameData accepts rwfs::path as path of game data 2017-11-17 00:50:50 +00:00
test_Cutscene.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_Data.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_FileIndex.cpp run_tests: fix 'Type has to implement operator<< to be printable' (MSVC compiler) 2018-01-05 06:21:34 +00:00
test_GameData.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_GameWorld.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_Globals.cpp rwengine: GameData accepts rwfs::path as path of game data 2017-11-17 00:50:50 +00:00
test_Globals.hpp tests: boost 1.64 has a print_log_value<nullptr_t> implementation 2017-12-17 01:31:09 +00:00
test_Input.cpp tests: only include test_globals.hpp when needed 2017-08-15 15:58:01 +01:00
test_Items.cpp cmake/tests: Fix naming and timing of ItemTests test suite 2017-10-29 20:40:57 +00:00
test_Lifetime.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_LoaderDFF.cpp tests: execute each test separately by CTest 2017-10-29 20:40:57 +00:00
test_LoaderIPL.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_Logger.cpp tests: only include test_globals.hpp when needed 2017-08-15 15:58:01 +01:00
test_Menu.cpp tests: execute each test separately by CTest 2017-10-29 20:40:57 +00:00
test_Object.cpp tests: execute each test separately by CTest 2017-10-29 20:40:57 +00:00
test_ObjectData.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_Pickup.cpp rwgame+rwviewer: fix -Wunused-variable warnings 2017-10-29 20:40:57 +00:00
test_Renderer.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_RWBStream.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_SaveGame.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_ScriptMachine.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_State.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_Text.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_TrafficDirector.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_Vehicle.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_VisualFX.cpp tests: only include test_globals.hpp when needed 2017-08-15 15:58:01 +01:00
test_Weapon.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_World.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_ZoneData.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00