MCPcopy Create free account
hub / github.com/davisking/dlib / perform_test

Method perform_test

dlib/test/serialize.cpp:1312–1324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1310 {}
1311
1312 void perform_test (
1313 )
1314 {
1315 serialize_test();
1316 test_vector<char>();
1317 test_vector<unsigned char>();
1318 test_vector<int>();
1319 test_vector_bool();
1320 test_array2d_and_matrix_serialization();
1321 test_strings();
1322 test_std_array();
1323 test_macros_and_serializers();
1324 }
1325 } a;
1326
1327

Callers

nothing calls this directly

Calls 6

serialize_testFunction · 0.85
test_vector_boolFunction · 0.85
test_stringsFunction · 0.85
test_std_arrayFunction · 0.85

Tested by

no test coverage detected