Turning on make test for DebianJessie

This commit is contained in:
Ash Wilson 2016-03-02 00:00:59 -08:00
parent 0b2e9a3302
commit b33d1bf558
1 changed files with 1 additions and 1 deletions

View File

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