Adding support for windows and fixing some errors
This commit is contained in:
parent
2722a25036
commit
34a8d4eafd
84 changed files with 168 additions and 255 deletions
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
#include "NewPlacement.hpp"
|
||||
#include "Testing.hpp"
|
||||
|
||||
#include "primitives/primitives.h"
|
||||
|
|
@ -32,4 +31,4 @@ int main() {
|
|||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
#include "NewPlacement.hpp"
|
||||
|
||||
#include "Testing.hpp"
|
||||
|
||||
#include "core/object.h"
|
||||
|
|
@ -30,4 +28,4 @@ TEST_DEF_STATIC(BasicAPI) {
|
|||
NDO->destroy(savedInt);
|
||||
}
|
||||
|
||||
TEST_DEF(Core) { testBasicAPI(); }
|
||||
TEST_DEF(Core) { testBasicAPI(); }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
#include "NewPlacement.hpp"
|
||||
|
||||
#include "Testing.hpp"
|
||||
|
||||
#include "compiler/function.h"
|
||||
|
|
@ -84,4 +82,4 @@ TEST_DEF_STATIC(Simple) {
|
|||
TEST_DEF(Interpreter) {
|
||||
testSimple();
|
||||
// testComplex();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
#include "NewPlacement.hpp"
|
||||
|
||||
#include "Testing.hpp"
|
||||
|
||||
#include "core/object.h"
|
||||
|
|
@ -30,4 +28,4 @@ TEST_DEF_STATIC(Dict) {
|
|||
NDO->destroy(dictLoaded);
|
||||
}
|
||||
|
||||
TEST_DEF(Primitives) { testDict(); }
|
||||
TEST_DEF(Primitives) { testDict(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue