Fixed if-feature-expr parser memory leak

Make test go directly to docker/main
This commit is contained in:
Olof hagsand 2022-06-26 12:27:01 +02:00
parent a00e36caa2
commit 19b210b1b6
3 changed files with 9 additions and 4 deletions

View file

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