Skip to content

Commit 924ff62

Browse files
committed
Rename lib container to containers
1 parent 36bcd1f commit 924ff62

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

src/ystdlib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
add_subdirectory(container)
1+
add_subdirectory(containers)
22
add_subdirectory(error_handling)
File renamed without changes.
File renamed without changes.

src/ystdlib/container/test/test_Array.cpp renamed to src/ystdlib/containers/test/test_Array.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <utility>
88
#include <vector>
99

10-
#include <ystdlib/container/Array.hpp>
10+
#include <ystdlib/containers/Array.hpp>
1111

1212
#include <catch2/catch_test_macros.hpp>
1313

taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ vars:
1717
G_TEST_BIN_DIR: "{{.G_BUILD_DIR}}/testbin"
1818
G_TEST_TARGET_SUFFIXES:
1919
- "all"
20-
- "container"
20+
- "containers"
2121
- "error_handling"
2222

2323
tasks:

0 commit comments

Comments
 (0)