MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / main

Function main

src/common/classes/misc/class_test.cpp:629–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629int main()
630{
631 testVector();
632 testSortedVector();
633 testBePlusTree();
634 testAllocator();
635 testBitmap();
636}
637

Callers

nothing calls this directly

Calls 5

testVectorFunction · 0.85
testSortedVectorFunction · 0.85
testBePlusTreeFunction · 0.85
testAllocatorFunction · 0.85
testBitmapFunction · 0.85

Tested by

no test coverage detected