From 37eb4540e9bc5aad53e82c05ff3aee4f3d047451 Mon Sep 17 00:00:00 2001 From: Timerix22 Date: Sat, 11 Jun 2022 16:24:12 +0300 Subject: [PATCH] makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b3b5b05..8d13a1d 100644 --- a/Makefile +++ b/Makefile @@ -9,10 +9,10 @@ build_lib: @build_scripts/build_lib.sh ###### Testing tasks ####### -test: +test: build_test @build_scripts/test.sh -test_valgrind: +test_valgrind: build_test_dbg @build_scripts/test_valgrind.sh all: build_test