Skip to content

Commit d6efb25

Browse files
authored
Merge pull request #23 from RaduNichita/radun/apply-beman-standard
tests: Apply beman standard to tests directory
2 parents 477a6de + 7a0cd44 commit d6efb25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ add_subdirectory(include/beman/iterator_interface)
8181

8282
add_subdirectory(examples)
8383
if(ITERATOR_INTERFACE_ENABLE_TESTING)
84-
add_subdirectory(tests)
84+
add_subdirectory(tests/beman/iterator_interface)
8585
endif()
8686

8787
# Coverage

tests/CMakeLists.txt renamed to tests/beman/iterator_interface/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

tests/iterator_interface.test.cpp renamed to tests/beman/iterator_interface/iterator_interface.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>

0 commit comments

Comments
 (0)