test: prepare for stl injection tests

This commit is contained in:
skypjack
2026-05-01 15:15:07 +02:00
parent 8e313cf099
commit 4bfd609f69
19 changed files with 18 additions and 0 deletions

View File

@@ -377,8 +377,26 @@ SETUP_BASIC_TEST(
SETUP_BASIC_TEST(
NAME stl
SOURCES
entt/stl/algorithm.cpp
entt/stl/array.cpp
entt/stl/atomic.cpp
entt/stl/bit.cpp
entt/stl/cmath.cpp
entt/stl/concepts.cpp
entt/stl/cstddef.cpp
entt/stl/cstdint.cpp
entt/stl/functional.cpp
entt/stl/ios.cpp
entt/stl/iterator.cpp
entt/stl/limits.cpp
entt/stl/memory.cpp
entt/stl/ostream.cpp
entt/stl/sstream.cpp
entt/stl/string.cpp
entt/stl/string_view.cpp
entt/stl/tuple.cpp
entt/stl/type_traits.cpp
entt/stl/utility.cpp
entt/stl/vector.cpp
DEFS ENTT_USE_STL
)

View File

0
test/entt/stl/array.cpp Normal file
View File

0
test/entt/stl/atomic.cpp Normal file
View File

0
test/entt/stl/bit.cpp Normal file
View File

0
test/entt/stl/cmath.cpp Normal file
View File

View File

View File

View File

0
test/entt/stl/ios.cpp Normal file
View File

0
test/entt/stl/limits.cpp Normal file
View File

View File

View File

0
test/entt/stl/string.cpp Normal file
View File

View File

0
test/entt/stl/tuple.cpp Normal file
View File

View File

View File

0
test/entt/stl/vector.cpp Normal file
View File