travis no example

This commit is contained in:
Olof hagsand 2019-02-04 15:07:00 +01:00
parent 27e6511f35
commit 89059b0000
2 changed files with 2 additions and 2 deletions

View file

@ -141,7 +141,7 @@ pkg-srpm: dist
example:
(cd $@ && $(MAKE) $(MFLAGS) all)
test: example
test: #example
(cd $@ && $(MAKE) $(MFLAGS) all)
docker:

View file

@ -43,7 +43,7 @@ SHELL = /bin/sh
.PHONY: all clean distclean depend install uninstall
all:
./test_choice.sh
./test_xml.sh
# ./all.sh
clean: