From 427ab6150bc7ecdbced92779e47f1f6dc8e30b6b Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Sat, 29 Apr 2023 16:28:25 -0400 Subject: [PATCH] [ADD] makefile: test full fast with debug option --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile b/Makefile index da41adb..0c3375f 100644 --- a/Makefile +++ b/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