411ebbc3c1
This commit also adds several new theorems that are useful for implementing the simplifier. TODO: perhaps we should remove the declarations at basic_thms.h? Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
4 lines
231 B
CMake
4 lines
231 B
CMake
add_executable(tactic_tst tactic.cpp)
|
|
target_link_libraries(tactic_tst ${EXTRA_LIBS})
|
|
add_test(tactic ${CMAKE_CURRENT_BINARY_DIR}/tactic_tst)
|
|
set_tests_properties(tactic PROPERTIES ENVIRONMENT "LEAN_PATH=${LEAN_BINARY_DIR}/shell")
|