Adding fixes for slurm linking and uncommon slurm node attributes
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
project(tests)
|
||||
file(GLOB UNIT_TESTS unit_*.cpp)
|
||||
file(GLOB INTEGRATION_TESTS int_*.cpp)
|
||||
add_executable(tests main.cpp ${UNIT_TESTS} ${INTEGRATION_TESTS})
|
||||
add_executable(tests main.cpp
|
||||
# unit tests
|
||||
unit_dag.cpp
|
||||
unit_dagrun_loggers.cpp
|
||||
unit_executor_forkingexecutor.cpp
|
||||
unit_executor_slurmexecutor.cpp
|
||||
unit_serialization.cpp
|
||||
unit_server.cpp
|
||||
unit_threadpool.cpp
|
||||
unit_utilities.cpp
|
||||
# integration tests
|
||||
int_basic.cpp
|
||||
)
|
||||
target_link_libraries(tests libdaggy stdc++fs Catch2::Catch2)
|
||||
Reference in New Issue
Block a user