From ac3f111972aeab479163aeac5099a75dad20c278 Mon Sep 17 00:00:00 2001 From: Kareem Farid Date: Mon, 29 Apr 2024 15:29:58 +0300 Subject: [PATCH] Fix typo in new target --- Makefile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.test b/Makefile.test index 317db90..22a79ce 100644 --- a/Makefile.test +++ b/Makefile.test @@ -72,7 +72,7 @@ ifeq ($(RUN_MERGE_COVERAGE),true) endif .PHONY: run_gl_all_tests -run_all_gl_tests: run_all_gl_tests +run_gl_all_tests: run_all_gl_tests # Target to run all tests in parallel run_all_gl_tests: