diff options
author | davidovski <david@davidovski.xyz> | 2022-03-07 12:16:03 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-07 12:16:03 +0000 |
commit | c20695647f0f56623d3ecb73d8835efc28e9bc40 (patch) | |
tree | 0d1e1e481f7346210502f58eb5e44eadbbc41f7a | |
parent | 91d2350fd8cc14a6ecf184a03cbf0da3b441ac69 (diff) |
fixed test suite when shtests not already installedv1.1.2
-rwxr-xr-x | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |