open-education-hub / operating-systems

Teaching resources (OER) for Operating Systems
https://open-education-hub.github.io/operating-systems/
Other
63 stars 158 forks source link

asg/mini-libc: Use absolute path for SRC_PATH #327

Closed Alex-deVis closed 1 year ago

Alex-deVis commented 1 year ago

Use the absolute path of SRC_PATH in tests/Makefile rather than prepending ../ when changing the directory.

Alex-deVis commented 1 year ago

You are right, this is the correct way to do it. Push the changes to my branch and we can merge this.