[ADD] makefile: test full fast with debug option

This commit is contained in:
Mathieu Benoit 2023-04-29 16:28:25 -04:00
parent 2af6f62ccf
commit 427ab6150b

View file

@ -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