diff --git a/CMakeLists.txt b/CMakeLists.txt index 22cc4f9d..bba9bd1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,6 +39,9 @@ include(tools/CMakeLists.txt) # $ make run add_custom_target(run bin/picrin DEPENDS repl) +# $ make test +add_custom_target(test DEPENDS no-act) + # $ make no-act add_custom_target(no-act bin/picrin -e '' > /dev/null DEPENDS repl)