Adding make test to deb jess

This commit is contained in:
Ash Wilson 2016-02-20 10:49:18 -08:00
parent b5449eb002
commit fe7d465eef
1 changed files with 1 additions and 0 deletions

View File

@ -35,5 +35,6 @@ RUN mkdir /src/build && \
cd /src/build && \
cmake .. && \
make && \
make test && \
make install && \
ldconfig