Skip to content

Commit

Permalink
Use common regression sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed Nov 24, 2024
1 parent 2511d5f commit 1f7d2e7
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 503 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions tests/regression/user-macos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-trapping-math -fno-rounding-math -f
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -O3 -Wall")

set(SRC
"main.cpp"
"rand.cpp"
"../main.cpp"
"../rand.cpp"
)

include_directories(include)
include_directories(.)
include_directories(../)

find_package(ZLIB REQUIRED)
find_package(PNG REQUIRED)
Expand Down
143 changes: 0 additions & 143 deletions tests/regression/user-macos/main.cpp

This file was deleted.

6 changes: 3 additions & 3 deletions tests/regression/user-mingw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-trapping-math -fno-rounding-math -f
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -O3 -Wall")

set(SRC
"main.cpp"
"rand.cpp"
"../main.cpp"
"../rand.cpp"
)

# launch as windows, not console app - so cmd does not open as well
add_link_options(-mwindows)

include_directories(include)
include_directories(.)
include_directories(../)

find_package(Vulkan REQUIRED)
find_package(OpenGL REQUIRED)
Expand Down
143 changes: 0 additions & 143 deletions tests/regression/user-mingw/main.cpp

This file was deleted.

Loading

0 comments on commit 1f7d2e7

Please sign in to comment.