Commit 1392e56b authored by clehr's avatar clehr
Browse files

added fix for cpputest tdd installation

parent 69308db9
Showing with 2 additions and 2 deletions
+2 -2
......@@ -140,13 +140,13 @@ RUN cd /opt/t-crest/misc && \
RUN mkdir /opt/t-crest/user-apps
# Step 26: Setup and Install unit testing environment
RUN apt-get install -y libtool lcov && \
RUN apt-get install -y libtool lcov gcovr && \
cd /opt && \
git clone https://github.com/cpputest/cpputest.git && \
cd cpputest && \
autoreconf . -i && \
./configure && \
make tdd
make tdd && make install
# Step 27: set environment variable for unit test framework
ENV CPPUTEST_HOME=/opt/cpputest
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment