From c20695647f0f56623d3ecb73d8835efc28e9bc40 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 7 Mar 2022 12:16:03 +0000 Subject: fixed test suite when shtests not already installed --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 266861e..85563f4 100755 --- a/Makefile +++ b/Makefile @@ -31,9 +31,8 @@ install-colors: src/colors.list install-glyphs: src/glyphs.sh install -m755 src/glyphs.sh ${DESTDIR}${PREFIX}/lib - -check-parseconf: - shtests ./test/parseconf.sh +check-parseconf: src/shtests.sh ./test/parseconf.sh + src/shtests.sh ./test/parseconf.sh build-hbar: src/hbar.c install-colors mkdir -p bin -- cgit v1.2.1