docker test makefile update

This commit is contained in:
Joseph Henry
2016-07-18 13:42:56 -07:00
parent c11a6ffb04
commit 2552e87af8
4 changed files with 2 additions and 30 deletions

View File

@@ -109,8 +109,8 @@ docker_demo: one linux_shared_lib
cd $(INT)/docker/docker_demo; docker build --tag="docker_demo_monitor" -f monitor_dockerfile .
# Builds all docker test images
docker_images:
./tests/docker/build.sh
docker_images: one linux_shared_lib
./tests/docker/build_images.sh
# Runs docker container tests
docker_test: