mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
Adjust tests.
Took 3 minutes
This commit is contained in:
parent
e6820a1c8d
commit
902c33325c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
add_executable(card_zone_algorithms_test card_zone_algorithms_test.cpp)
|
add_executable(card_zone_algorithms_test card_zone_algorithms_test.cpp)
|
||||||
|
|
||||||
target_include_directories(card_zone_algorithms_test PRIVATE ${CMAKE_SOURCE_DIR}/cockatrice/src/game/zones/logic)
|
target_include_directories(card_zone_algorithms_test PRIVATE ${CMAKE_SOURCE_DIR}/cockatrice/src/game/zones)
|
||||||
|
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
card_zone_algorithms_test
|
card_zone_algorithms_test
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#include "../../cockatrice/src/game/zones/card_zone_algorithms.h"
|
#include "card_zone_algorithms.h"
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue