diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-09 12:07:41 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-09 12:07:41 (GMT) |
| commit | 7b05862cfe69ece782493b9f3f78338262e569bd (patch) | |
| tree | 551fba7a270aa05430220abaff37b5b5a5f447c4 /src/tests/VirtualMachineTest.cpp | |
| parent | b2a2940d8cd47b80269b3b8a54c0663a677cf918 (diff) | |
| download | powder-7b05862cfe69ece782493b9f3f78338262e569bd.zip powder-7b05862cfe69ece782493b9f3f78338262e569bd.tar.gz | |
Disable VM test file by default
Diffstat (limited to 'src/tests/VirtualMachineTest.cpp')
| -rw-r--r-- | src/tests/VirtualMachineTest.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tests/VirtualMachineTest.cpp b/src/tests/VirtualMachineTest.cpp index fef0538..0bf9bef 100644 --- a/src/tests/VirtualMachineTest.cpp +++ b/src/tests/VirtualMachineTest.cpp @@ -1,3 +1,5 @@ +#ifdef TEST + #include <iostream> #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<vm::uint4_t>() << std::endl; //vm->Run(); -}
\ No newline at end of file +} +#endif
\ No newline at end of file |
