You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ravi/tests
Dibyendu Majumdar 58161ccc5d
issue #135 missed file
5 years ago
..
README.rst implement OP_TEST and OP_TESTSET 9 years ago
test_asmvm.c issue #135 missed file 5 years ago
test_ast.c issue #98 rename functions and start to change the api to construct AST as a userdata object 6 years ago
test_llvm.cpp issue #131 7 years ago
test_misc.c issue #145 move collectable bit left by one bit to make an extra bit available for encoding typeinfo 6 years ago
test_vm.c issue #135 some restructuring 5 years ago

README.rst

The tests in this folder are run via the CMake CTest capability.


On UNIX systems, just execute::

make test

On Windows, when using Visual Studio 2013, you can run a build on RUN_TESTS project.