/
thomas-king
/
Raze
Обзор
Документация
Войти
/
thomas-king
/
Raze
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
test.cpp
25 строк
424 B
Ace Rodstin
Update tests
23 ноя 2023, 13:35
23 ноя 2023, 13:35
24b75eb
Код
Авторство
О чём код?
// // test.cpp // Raze // // Created by Ace Rodstin on 11/15/23. // Updated by Ace Rodstin on 11/28/23. // // Copyright (C) Ace Rodstin 2023. All rights reserved. // #include "Tests/CommandsBuilderTests.h" using namespace tests; int main(int argc, char** argv) { vector<TestSuit> tests { CommandsBuilderTests(), }; for (auto test : tests) { test.run(); } return EXIT_SUCCESS; }