Wire Sysio Wire Sysion 1.0.0
|
#include <algorithm>
#include <vector>
#include <iterator>
#include <cstdlib>
#include <fstream>
#include <string>
#include <catch2/catch.hpp>
#include <sysio/vm/vector.hpp>
Go to the source code of this file.
Functions | |
TEST_CASE ("unmanaged_vector tests", "[unmanaged_vector_tests]") | |
TEST_CASE ("managed_vector tests", "[managed_vector_tests]") | |
TEST_CASE | ( | "managed_vector tests" | , |
"" | [managed_vector_tests] ) |
Definition at line 53 of file vector_tests.cpp.
TEST_CASE | ( | "unmanaged_vector tests" | , |
"" | [unmanaged_vector_tests] ) |
Definition at line 15 of file vector_tests.cpp.