[ADD] makefile: test full fast with debug option
This commit is contained in:
parent
2af6f62ccf
commit
427ab6150b
1 changed files with 9 additions and 0 deletions
9
Makefile
9
Makefile
|
|
@ -624,6 +624,15 @@ test_full_fast:
|
|||
# TODO This test is broken in parallel
|
||||
#./script/make.sh test_code_generator_hello_world
|
||||
|
||||
.PHONY: test_full_fast_debug
|
||||
test_full_fast_debug:
|
||||
./script/make.sh clean
|
||||
# Need to create a BD to create cache _cache_erplibre_base
|
||||
./script/database/db_restore.py --database test
|
||||
./script/test/run_parallel_test.py --keep_cache
|
||||
# TODO This test is broken in parallel
|
||||
#./script/make.sh test_code_generator_hello_world
|
||||
|
||||
.PHONY: test_full_fast_coverage
|
||||
test_full_fast_coverage:
|
||||
./script/make.sh clean
|
||||
|
|
|
|||
Loading…
Reference in a new issue