diff --git a/src/tests/VirtualMachineTest.cpp b/src/tests/VirtualMachineTest.cpp index fef05381a..0bf9bef97 100644 --- a/src/tests/VirtualMachineTest.cpp +++ b/src/tests/VirtualMachineTest.cpp @@ -1,3 +1,5 @@ +#ifdef TEST + #include #include "virtualmachine/VirtualMachine.h" @@ -8,4 +10,5 @@ int main(int argc, char * argv[]) vm->Call(0/*, 0, 88, 12*/); std::cout << "Return value: " << vm->Pop() << std::endl; //vm->Run(); -} \ No newline at end of file +} +#endif \ No newline at end of file