// vtest_main.cpp — shared entry point for every CORE test binary. #include "vtest.hpp" int main() { return ::vt::run_all(); }