mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Removing test file. (#1545)
This test file is just testing compilation with the library works correctly but is no longer needed because: - it is not cross platform - it taps into the CTest system which is better suited for real unit/integration tests - it can be incorporated into the pipeline of github actions instead in the future
This commit is contained in:
@ -56,7 +56,6 @@ add_library(raylib ${raylib_sources} ${raylib_public_headers})
|
||||
if (NOT BUILD_SHARED_LIBS)
|
||||
MESSAGE(STATUS "Building raylib static library")
|
||||
add_library(raylib_static ALIAS raylib)
|
||||
add_test("pkg-config--static" ${PROJECT_SOURCE_DIR}/../cmake/test-pkgconfig.sh --static)
|
||||
else()
|
||||
MESSAGE(STATUS "Building raylib shared library")
|
||||
if (MSVC)
|
||||
@ -65,8 +64,6 @@ else()
|
||||
INTERFACE $<INSTALL_INTERFACE:USE_LIBTYPE_SHARED>
|
||||
)
|
||||
endif ()
|
||||
|
||||
add_test("pkg-config" ${PROJECT_SOURCE_DIR}/../cmake/test-pkgconfig.sh)
|
||||
endif()
|
||||
|
||||
# Setting target properties
|
||||
|
||||
Reference in New Issue
Block a user