source: mainline/uspace/app/cpptest/main.cpp@ edbad13a

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since edbad13a was edbad13a, checked in by Dzejrou <dzejrou@…>, 7 years ago

cpp: added the cpptest utility to vcs

  • Property mode set to 100644
File size: 226 bytes
Line 
1#include <internal/test/tests.hpp>
2
3int main()
4{
5 using namespace std::test;
6
7 test_set tests{};
8 tests.add<array_test>();
9 tests.add<string_test>();
10 tests.add<vector_test>();
11 return tests.run() ? 0 : 1;
12}
Note: See TracBrowser for help on using the repository browser.