Sfoglia il codice sorgente

add appveyor ci definition to tests

OlehKulykov 10 anni fa
parent
commit
e3c71ccd2f

+ 1 - 0
CMakeLists.txt

@@ -84,6 +84,7 @@ endif(MINGW)
 
 
 add_definitions(-DCMAKE_BUILD)
+
 if (RWS_OPT_APPVEYOR_CI)
 	add_definitions(-DRWS_APPVEYOR_CI)
 endif()

+ 4 - 0
test/CMakeLists.txt

@@ -28,6 +28,10 @@ link_directories(${PROJECT_BINARY_DIR})
 
 remove_definitions(-DCMAKE_BUILD)
 
+if (RWS_OPT_APPVEYOR_CI)
+	add_definitions(-DRWS_APPVEYOR_CI)
+endif()
+
 add_executable(test_librws_creation test_librws_creation.c)
 #set_property(TARGET test_librws_creation APPEND PROPERTY COMPILE_FLAGS -DLIBRWS_STATIC)
 target_link_libraries(test_librws_creation rws)

BIN
test/librws_test.xcodeproj/project.xcworkspace/xcuserdata/residentevil.xcuserdatad/UserInterfaceState.xcuserstate