Skip to content

Commit 1f7947f

Browse files
committed
Rename unit test.
1 parent effac82 commit 1f7947f

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

src/Platforms/tests/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ IF (BUILD_UNIT_TESTS)
1515
SUBDIRS(CUDA)
1616
ENDIF()
1717

18-
SUBDIRS(OpenMP)
18+
SUBDIRS(OMPTarget)
1919
SUBDIRS(CPU)
2020
ENDIF()

src/Platforms/tests/OpenMP/CMakeLists.txt src/Platforms/tests/OMPTarget/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ IF(ENABLE_OFFLOAD)
1414

1515
SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${QMCPACK_UNIT_TEST_DIR})
1616

17-
SET(SRC_DIR openmp)
17+
SET(SRC_DIR omptarget)
1818
SET(UTEST_EXE test_${SRC_DIR})
1919
SET(UTEST_NAME deterministic-unit_test_${SRC_DIR})
2020

0 commit comments

Comments
 (0)