add 'make test' target
This commit is contained in:
parent
82f8679efd
commit
b9e1e7d31b
|
@ -39,6 +39,9 @@ include(tools/CMakeLists.txt)
|
||||||
# $ make run
|
# $ make run
|
||||||
add_custom_target(run bin/picrin DEPENDS repl)
|
add_custom_target(run bin/picrin DEPENDS repl)
|
||||||
|
|
||||||
|
# $ make test
|
||||||
|
add_custom_target(test DEPENDS no-act)
|
||||||
|
|
||||||
# $ make no-act
|
# $ make no-act
|
||||||
add_custom_target(no-act bin/picrin -e '' > /dev/null DEPENDS repl)
|
add_custom_target(no-act bin/picrin -e '' > /dev/null DEPENDS repl)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue