Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Merge branch 'feature-ii887522-test' into 'develop'
Browse files Browse the repository at this point in the history
Update test

See merge request ii887522/nitro!21
  • Loading branch information
ii887522 committed Jan 8, 2021
2 parents 220a054 + ec7d77d commit 718c898
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 17 deletions.
31 changes: 31 additions & 0 deletions nitro/src/test/Functions/test.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#ifdef TEST

#include "../Struct/Vector.test.h"
#include "math_ext.test.h"
#include "../Any/AnimatedAny.test.h"
#include "../Any/Reactive.test.h"
#include "../Functions/queue_ext.test.h"
#include "../Reactive/UnaryReactive.test.h"
#include "../Reactive/BinaryReactive.test.h"

namespace ii887522::nitro
{
static int main()
{
testVector();
testMathExt();
testAnimatedAny();
testReactive();
testQueueExt();
testUnaryReactive();
testBinaryReactive();
return 0;
}
}

int main()
{
return ii887522::nitro::main();
}

#endif
17 changes: 0 additions & 17 deletions nitro/src/test/test.cpp

This file was deleted.

0 comments on commit 718c898

Please sign in to comment.