feat: refactor rename test() to run()
This commit is contained in:
parent
89d1469088
commit
88742436a1
10 changed files with 10 additions and 10 deletions
|
@ -25,7 +25,7 @@ int main(int argc, char **argv) {
|
|||
|
||||
for (auto &[name, test] : chapterTests) {
|
||||
std::cout << "\n" << name << std::endl;
|
||||
test->test();
|
||||
test->run();
|
||||
}
|
||||
|
||||
std::cout << "\nExiting" << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue