ref: 45a5271ae24937f5d96724db3d3da898a56e106e
parent: 3979c0fcf50f1ac9df42a871f8627b0fec59ef0d
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Thu Sep 19 15:33:26 EDT 2019
[test/as] Fix the PATH definition After the directoy structure change, the old paths are not valid anymore.
--- a/tests/as/execute/Makefile
+++ b/tests/as/execute/Makefile
@@ -1,12 +1,10 @@
.POSIX:
+ROOT=../../../
-PROJECTDIR=$$PWD/../../../
-ROOT=$(PROJECTDIR)/root
-
all: tests
tests:
- @PATH=$(ROOT)/bin:$$PATH chktest.sh
+ @PATH=$(ROOT)/libexec/scc/:$(ROOT)/bin:$$PATH chktest.sh
clean:
rm -f test.log