Travis container tests

This commit is contained in:
Olof Hagsand 2019-02-11 16:10:43 +01:00
parent 96b7fd7485
commit b023c6cbed
4 changed files with 7 additions and 13 deletions

View file

@ -144,7 +144,7 @@ example:
# Run a clixon test container.
# Alt: cd test; ./all.sh
test:
(cd docker/system && $(MAKE) $(MFLAGS) test)
(cd docker && $(MAKE) $(MFLAGS) test)
docker:
for i in docker; \