We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ede36 commit c7fb22bCopy full SHA for c7fb22b
test/corecel/CMakeLists.txt
@@ -89,7 +89,9 @@ celeritas_add_test(math/TridiagonalSolver.test.cc)
89
90
# Sys
91
celeritas_add_test(sys/ActionRegistry.test.cc)
92
-celeritas_add_test(sys/Device.test.cc GPU)
+celeritas_add_test(sys/Device.test.cc GPU
93
+ LINK_LIBRARIES nlohmann_json::nlohmann_json
94
+)
95
celeritas_add_test(sys/Environment.test.cc
96
ENVIRONMENT "ENVTEST_ONE=1;ENVTEST_ZERO=0;ENVTEST_EMPTY="
97
LINK_LIBRARIES nlohmann_json::nlohmann_json
0 commit comments