Exemplo n.º 1
0
 private TEST(TEST_CATEGORY,
              vector_combination)
 {
     test_vector_allocate <int, TEST_EXECSPACE>(10);
     test_vector_combinations <int, TEST_EXECSPACE>(10);
     test_vector_combinations <int, TEST_EXECSPACE>(3057);
 }
Exemplo n.º 2
0
 private TEST(TEST_CATEGORY,
              vector_insert)
 {
     Impl::test_vector_insert <int, TEST_EXECSPACE>(3057);
 }