|
2 | 2 | #// This file is distributed under the University of Illinois/NCSA Open Source License. |
3 | 3 | #// See LICENSE file in top directory for details. |
4 | 4 | #// |
5 | | -#// Copyright (c) 2024 QMCPACK developers. |
| 5 | +#// Copyright (c) 2025 QMCPACK developers. |
6 | 6 | #// |
7 | 7 | #// File developed by: Mark Dewing, mdewing@anl.gov, Argonne National Laboratory |
8 | 8 | #// Peter Doak, doakpw@ornl.gov, Oak Ridge National Laboratory |
|
26 | 26 | add_library(test_estimators_help ${TEST_ESTIMATORS_HELP}) |
27 | 27 | endif() |
28 | 28 |
|
29 | | -target_link_libraries(test_estimators_help catch_main qmcestimators) |
| 29 | +target_link_libraries(test_estimators_help catch_main qmcestimators minimal_testing_pools) |
30 | 30 |
|
31 | 31 | set(UTEST_EXE test_${SRC_DIR}) |
32 | 32 | set(UTEST_NAME deterministic-unit_test_${SRC_DIR}) |
@@ -73,7 +73,8 @@ set(SRCS |
73 | 73 | ) |
74 | 74 |
|
75 | 75 | add_executable(${UTEST_EXE} ${SRCS}) |
76 | | -target_link_libraries(${UTEST_EXE} catch_main qmcutil qmcestimators test_estimators_help utilities_for_test sposets_for_testing) |
| 76 | +target_link_libraries(${UTEST_EXE} catch_main qmcutil qmcestimators |
| 77 | +test_estimators_help utilities_for_test sposets_for_testing minimal_testing_pools) |
77 | 78 | if(USE_OBJECT_TARGET) |
78 | 79 | target_link_libraries( |
79 | 80 | ${UTEST_EXE} |
@@ -115,7 +116,8 @@ if(HAVE_MPI) |
115 | 116 | platform_omptarget_LA |
116 | 117 | utilities_for_test) |
117 | 118 | endif() |
118 | | - target_link_libraries(${UTEST_EXE} catch_main qmcestimators test_estimators_help) |
| 119 | + target_link_libraries(${UTEST_EXE} catch_main qmcestimators |
| 120 | + test_estimators_help minimal_testing_pools) |
119 | 121 | # Right now the unified driver mpi tests are hard coded for 3 MPI ranks |
120 | 122 | add_unit_test(${UTEST_NAME} 3 1 $<TARGET_FILE:${UTEST_EXE}>) |
121 | 123 | endif() |
0 commit comments