Use libraries from the registry
This commit is contained in:
committed by
Scott Lahteine
parent
40fce56585
commit
a0bbdde421
@ -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)
|
||||
|
||||
|
1
buildroot/share/tests/.gitattributes
vendored
1
buildroot/share/tests/.gitattributes
vendored
@ -1 +0,0 @@
|
||||
* text=auto eol=lf
|
Reference in New Issue
Block a user