Skip to content

Commit

Permalink
Update Test to once again run all sources
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Mar 8, 2024
1 parent da19359 commit ecee45f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PhotoshopTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ file(GLOB_RECURSE MY_SOURCES CONFIGURE_DEPENDS "src/*.cpp")
# Enable ctest
enable_testing()

# add_executable(PhotoshopTest ${MY_SOURCES})
add_executable(PhotoshopTest src/main.cpp src/TestCompression/TestRLECompression.cpp)
add_executable(PhotoshopTest ${MY_SOURCES})
if(MSVC)
target_compile_options(PhotoshopTest PRIVATE /MP)
endif()
Expand Down

0 comments on commit ecee45f

Please sign in to comment.