aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsh Wilson <ash.d.wilson@gmail.com>2016-03-02 00:00:59 -0800
committerAsh Wilson <ash.d.wilson@gmail.com>2016-03-02 00:00:59 -0800
commitfa72f62a4e71dc5cc3a97100d75fe39e4b6709f3 (patch)
treea7154e7969884703e19513e2077dd0d2a1a01f43
parent17c06616ed24b0dd7352a9d4691d1275089d17eb (diff)
Turning on make test for DebianJessie
-rw-r--r--dockerfiles/DebianJessie.docker2
1 files changed, 1 insertions, 1 deletions
diff --git a/dockerfiles/DebianJessie.docker b/dockerfiles/DebianJessie.docker
index 538f105..43f54c8 100644
--- a/dockerfiles/DebianJessie.docker
+++ b/dockerfiles/DebianJessie.docker
@@ -47,6 +47,6 @@ RUN mkdir /src/build && \
cd /src/build && \
cmake .. && \
make && \
- # make test && \
+ make test && \
make install && \
ldconfig