summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-07 12:16:03 +0000
committerdavidovski <david@davidovski.xyz>2022-03-07 12:16:03 +0000
commitc20695647f0f56623d3ecb73d8835efc28e9bc40 (patch)
tree0d1e1e481f7346210502f58eb5e44eadbbc41f7a /Makefile
parent91d2350fd8cc14a6ecf184a03cbf0da3b441ac69 (diff)
fixed test suite when shtests not already installedv1.1.2
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile5
1 files 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