Просмотр исходного кода

test: prepare for stl injection tests

skypjack 1 неделя назад
Родитель
Сommit
4bfd609f69

+ 18 - 0
test/CMakeLists.txt

@@ -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
 )

+ 0 - 0
test/entt/stl/algorithm.cpp


+ 0 - 0
test/entt/stl/array.cpp


+ 0 - 0
test/entt/stl/atomic.cpp


+ 0 - 0
test/entt/stl/bit.cpp


+ 0 - 0
test/entt/stl/cmath.cpp


+ 0 - 0
test/entt/stl/concepts.cpp


+ 0 - 0
test/entt/stl/cstddef.cpp


+ 0 - 0
test/entt/stl/cstdint.cpp


+ 0 - 0
test/entt/stl/ios.cpp


+ 0 - 0
test/entt/stl/limits.cpp


+ 0 - 0
test/entt/stl/ostream.cpp


+ 0 - 0
test/entt/stl/sstream.cpp


+ 0 - 0
test/entt/stl/string.cpp


+ 0 - 0
test/entt/stl/string_view.cpp


+ 0 - 0
test/entt/stl/tuple.cpp


+ 0 - 0
test/entt/stl/type_traits.cpp


+ 0 - 0
test/entt/stl/utility.cpp


+ 0 - 0
test/entt/stl/vector.cpp