From f9539ec1c707c78cf3fa7444087dffef3c1f3eec Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 8 Dec 2022 14:40:43 +0100 Subject: [PATCH] :art: update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7262be0..a2d0a4cc 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,7 @@ uninstall: translation-uninstall @rm ${DESTDIR}/${PREFIX}/include/gwion/*.h @rmdir --ignore-fail-on-non-empty ${DESTDIR}/${PREFIX}/include/gwion -test: ${PRG} +test: prg @bash scripts/test.sh ${test_dir} scan: -- 2.43.0