Closed Alex-deVis closed 1 year ago
Use the absolute path of SRC_PATH in tests/Makefile rather than prepending ../ when changing the directory.
SRC_PATH
tests/Makefile
../
You are right, this is the correct way to do it. Push the changes to my branch and we can merge this.
Use the absolute path of
SRC_PATH
intests/Makefile
rather than prepending../
when changing the directory.