Skip to content

Commit 8e7d09b

Browse files
committed
rename directories
1 parent 8e02c67 commit 8e7d09b

11 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run tests with GCC
3838
shell: bash
3939
run: |
40-
${PWD}/build/test/test_FDTD_method --gtest_repeat=2 --gtest_break_on_failure
40+
${PWD}/build/unit-tests/test_FDTD_method --gtest_repeat=2 --gtest_break_on_failure
4141
4242
- name: Run kokkos_sample
4343
shell: bash

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ add_custom_target(create_kokkoscore ALL DEPENDS ${KOKKOS_CORE_LIB})
8383
find_package(Kokkos REQUIRED)
8484

8585
add_subdirectory(project)
86-
add_subdirectory(test)
87-
add_subdirectory(samples)
86+
add_subdirectory(unit-tests)
87+
add_subdirectory(perf-tests)
File renamed without changes.

0 commit comments

Comments
 (0)