Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
rt-UA
Patmos Development Container
Commits
1392e56b
Commit
1392e56b
authored
3 years ago
by
clehr
Browse files
Options
Download
Email Patches
Plain Diff
added fix for cpputest tdd installation
parent
69308db9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
container/Dockerfile
+2
-2
container/Dockerfile
with
2 additions
and
2 deletions
+2
-2
container/Dockerfile
View file @
1392e56b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help