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 7adae06302
issue #79 upgrade to LLVM 3.8
8 years ago
..
README.rst implement OP_TEST and OP_TESTSET 9 years ago
test_llvm.cpp issue #79 upgrade to LLVM 3.8 8 years ago
test_misc.c start defining gcc types 9 years ago
test_vm.c issue #60 explore further optimization of table operations 9 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.