File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tests/beman/iterator_interface Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ add_subdirectory(include/beman/iterator_interface)
8181
8282add_subdirectory (examples)
8383if (ITERATOR_INTERFACE_ENABLE_TESTING)
84- add_subdirectory (tests)
84+ add_subdirectory (tests/beman/iterator_interface )
8585endif ()
8686
8787# Coverage
Original file line number Diff line number Diff line change 11# cmake-format: off
2- # tests/CMakeLists.txt -*-cmake-*-
2+ # tests/beman/iterator_interface/ CMakeLists.txt -*-cmake-*-
33# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44# cmake-format: on
55
Original file line number Diff line number Diff line change 1- // tests/iterator_interfaces.test.cpp -*-C++-*-
1+ // tests/beman/iterator_interface/ iterator_interfaces.test.cpp -*-C++-*-
22// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
33
44#include < beman/iterator_interface/iterator_interface.hpp>
You can’t perform that action at this time.
0 commit comments