Use libraries from the registry

This commit is contained in:
Scott Lahteine
2020-06-22 21:28:04 -05:00
committed by Scott Lahteine
parent 40fce56585
commit a0bbdde421
4 changed files with 38 additions and 30 deletions

View File

@ -9,7 +9,8 @@
MFINFO=$(mfinfo) || exit 1
[[ -d Marlin/src ]] || { echo "Please 'cd' up to repo root." ; exit 1 ; }
TESTPATH=buildroot/share/tests
TESTPATH=buildroot/tests
STATE_FILE=$( echo ./.pio/.mftestrc )
SED=$(which gsed || which sed)