Travis container tests
This commit is contained in:
parent
96b7fd7485
commit
b023c6cbed
4 changed files with 7 additions and 13 deletions
|
|
@ -44,7 +44,7 @@ SUBDIRS = base
|
|||
SUBDIRS += system
|
||||
#SUBDIRS += cluster
|
||||
|
||||
.PHONY: all clean distclean depend install-include install uninstall
|
||||
.PHONY: all clean distclean depend install-include install uninstall test
|
||||
|
||||
all: $(SUBDIRS)
|
||||
|
||||
|
|
@ -53,6 +53,9 @@ clean:
|
|||
distclean: clean
|
||||
rm -f Makefile *~ .depend
|
||||
|
||||
test:
|
||||
(cd system && $(MAKE) $(MFLAGS) test)
|
||||
|
||||
depend:
|
||||
|
||||
install-include:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue