tmp
This commit is contained in:
parent
da74d27135
commit
5d94ddd774
8 changed files with 52 additions and 32 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
#include "Testing.hpp"
|
||||
#include "ObjectTests.hpp"
|
||||
|
||||
#include "compiler/function.h"
|
||||
#include "core/object.h"
|
||||
|
|
@ -49,6 +49,9 @@ TEST_DEF_STATIC(ErrorHandling) {
|
|||
}
|
||||
|
||||
TEST_DEF(Compiler) {
|
||||
testBasic();
|
||||
testErrorHandling();
|
||||
if (objTestModule.initialize()) {
|
||||
testBasic();
|
||||
testErrorHandling();
|
||||
objTestModule.deinitialize();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue