tmp
This commit is contained in:
parent
aa2d8f1200
commit
c2ad9ce501
32 changed files with 232 additions and 2023 deletions
12
Objects/tests/main.cpp
Normal file
12
Objects/tests/main.cpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
#include "ObjectTests.hpp"
|
||||
|
||||
#include "primitives/primitives.h"
|
||||
|
||||
tp::ModuleManifest* objDeps[] = { &obj::gModuleObjects, nullptr };
|
||||
tp::ModuleManifest objTestModule("ObjectsTests", nullptr, nullptr, objDeps);
|
||||
|
||||
#include <UnitTest++/UnitTest++.h>
|
||||
#include <UnitTest++/TestReporterStdout.h>
|
||||
|
||||
int main(int /*argc*/, char** /*argv*/) { return UnitTest::RunAllTests(); }
|
||||
Loading…
Add table
Add a link
Reference in a new issue