lean2/src/tests/library
Leonardo de Moura fa35fd6989 chore(*): make sure LEAN_THREAD_UNSAFE build flag is handled correctly
When LEAN_THREAD_UNSAFE=ON, we:

- Do not run tests at tests/lua/threads
- Disable thread object at Lua API
- par tactical becomes an alias for interleave
- Disable some unit tests that use threads

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-04 10:27:22 -08:00
..
elaborator fix(*): typo 2013-12-02 08:46:47 -08:00
rewriter fix(library/rewriter): use Abst axiom in lambda_body RW 2013-12-01 22:24:12 -05:00
tactic chore(*): make sure LEAN_THREAD_UNSAFE build flag is handled correctly 2013-12-04 10:27:22 -08:00
arith.cpp feat(util): add primitives for checking the amount of available stack space 2013-12-01 17:19:27 -08:00
CMakeLists.txt test(library/update_expr): add missing tests 2013-11-17 13:36:15 -08:00
deep_copy.cpp chore(kernel/for_each): use consistent naming convetions 2013-11-19 11:24:02 -08:00
expr_lt.cpp refactor(metavar): implement metavar_env, and use unification_constraint and trace objects in the type_checker, light_checker 2013-10-22 08:15:36 -07:00
formatter.cpp feat(util): add primitives for checking the amount of available stack space 2013-12-01 17:19:27 -08:00
max_sharing.cpp refactor(metavar): implement metavar_env, and use unification_constraint and trace objects in the type_checker, light_checker 2013-10-22 08:15:36 -07:00
type_inferer.cpp feat(util): add primitives for checking the amount of available stack space 2013-12-01 17:19:27 -08:00
update_expr.cpp test(library/update_expr): add missing tests 2013-11-17 13:36:15 -08:00