mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
🧪 Restore tests
This commit is contained in:
parent
81501d2762
commit
8173d26557
|
@ -22,12 +22,10 @@
|
||||||
|
|
||||||
# # # # sol2 tests - runtime tests
|
# # # # sol2 tests - runtime tests
|
||||||
|
|
||||||
# Many are broken, so we list the working ones manually for now.
|
file(GLOB sources
|
||||||
set(sources
|
LIST_DIRECTORIES FALSE
|
||||||
source/is_integer.cpp
|
CONFIGURE_DEPENDS
|
||||||
source/main.cpp
|
source/*.cpp)
|
||||||
source/to_string.cpp
|
|
||||||
)
|
|
||||||
|
|
||||||
sol2_create_basic_test(sol2.tests.run_time sol2::sol2 ${sources})
|
sol2_create_basic_test(sol2.tests.run_time sol2::sol2 ${sources})
|
||||||
target_compile_definitions(sol2.tests.run_time PRIVATE
|
target_compile_definitions(sol2.tests.run_time PRIVATE
|
||||||
|
|
Loading…
Reference in New Issue
Block a user