update vctest (MSVC)

This commit is contained in:
MihailRis 2024-12-07 19:36:47 +03:00
parent 798a86d692
commit bc102075f2

View File

@ -189,7 +189,8 @@ int main(int argc, char** argv) {
}
dump_config(config);
system("cd");
system("tree build");
return 0;
std::vector<fs::path> tests;
std::cout << "scanning for tests" << std::endl;