Add LOADER_DEBUG regression test

This commit is contained in:
Warner Losh 2018-02-21 23:49:18 +00:00
parent df331510ab
commit 0c5ec6c2f7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329763

View File

@ -108,3 +108,12 @@ for i in \
ta=${i##*/}
dobuild $ta _.boot.${ta}.firewire.log "MK_LOADER_FIREWIRE=yes"
done
# Build with LOADER_DEBUG, only sparc64 does this.
for i in \
sparc64/sparc64 \
; do
ta=${i##*/}
dobuild $ta _.boot.${ta}.debug.log "LOADER_DEBUG=yes"
done