diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-06-28 16:17:34 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-06-28 17:01:12 -0400 |
commit | cda08a844ae0a6e1a18dc51eca68a2d9c3a25f66 (patch) | |
tree | 85b47e5c4df434699184ff6f532291814027a250 | |
parent | 6aba3c552ba43c8e2ffbe494ec4de5db403624f4 (diff) | |
download | kutter-cda08a844ae0a6e1a18dc51eca68a2d9c3a25f66.tar.gz kutter-cda08a844ae0a6e1a18dc51eca68a2d9c3a25f66.tar.xz kutter-cda08a844ae0a6e1a18dc51eca68a2d9c3a25f66.zip |
test: Add a build test case for the PRU
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rwxr-xr-x | scripts/travis-build.sh | 1 | ||||
-rw-r--r-- | test/configs/pru.config | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/scripts/travis-build.sh b/scripts/travis-build.sh index 1244cb2a..1d510453 100755 --- a/scripts/travis-build.sh +++ b/scripts/travis-build.sh @@ -8,6 +8,7 @@ set -eux MAIN_DIR=${PWD} BUILD_DIR=${PWD}/travis_build export PATH=${BUILD_DIR}/gcc-arm-none-eabi-7-2017-q4-major/bin:${PATH} +export PATH=${BUILD_DIR}/pru-gcc/bin:${PATH} PYTHON=${BUILD_DIR}/python-env/bin/python diff --git a/test/configs/pru.config b/test/configs/pru.config new file mode 100644 index 00000000..eee1a467 --- /dev/null +++ b/test/configs/pru.config @@ -0,0 +1,2 @@ +# Base config file for the Beaglebone PRU +CONFIG_MACH_PRU=y |