arm: add host uart driver tests
All host tests currently pass Some async refactors may not work well on device, will try later
This commit is contained in:
5
arm/dev.dockerfile
Normal file
5
arm/dev.dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM ubuntu
|
||||
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
|
||||
apt-get install -y make clang libgmock-dev gdb && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists
|
||||
Reference in New Issue
Block a user