🧪 Restore tests

This commit is contained in:
ThePhD 2022-09-27 13:39:28 -04:00
parent 81501d2762
commit 8173d26557
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA

View File

@ -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