Tools: move to using tool instead of tools program group

This commit is contained in:
Siddharth Purohit 2021-07-05 15:23:17 +05:30 committed by Andrew Tridgell
parent f115b246df
commit 767e394703

View File

@ -276,7 +276,7 @@ for t in $CI_BUILD_TARGET; do
$waf replay
echo "Building AP_DAL standalone test"
$waf configure --board sitl --debug --disable-scripting --no-gcs
$waf --target tools/AP_DAL_Standalone
$waf --target tool/AP_DAL_Standalone
$waf clean
continue
fi