Test Apps Linux Build

- Complete the reorganization of the test apps by implementing Makefile changes.
This commit is contained in:
Wayne Warthen
2021-09-26 16:03:43 -07:00
parent dd531b56b8
commit cd37599444
66 changed files with 144 additions and 76 deletions

View File

@@ -11,6 +11,5 @@ pushd XM && call Clean || exit /b 1 & popd
pushd FDU && call Clean || exit /b 1 & popd
pushd Tune && call Clean || exit /b 1 & popd
pushd FAT && call Clean || exit /b 1 & popd
pushd I2C && call Clean || exit /b 1 & popd
pushd TEST && call Clean || exit /b 1 & popd
pushd Test && call Clean || exit /b 1 & popd
pushd ZMP && call Clean || exit /b 1 & popd