fix eductional decoder

fix #1774
also :
- fix minor compilation warnings
- make sure the `test` is run during CI tests
This commit is contained in:
Yann Collet
2019-09-06 14:30:13 -07:00
parent b8327ac4c6
commit 2b0a271ed2
5 changed files with 24 additions and 18 deletions
+1
View File
@@ -69,6 +69,7 @@ test: MOREFLAGS += -g -DDEBUGLEVEL=$(DEBUGLEVEL) -Werror
test:
MOREFLAGS="$(MOREFLAGS)" $(MAKE) -j -C $(PRGDIR) allVariants
$(MAKE) -C $(TESTDIR) $@
$(MAKE) -C doc/educational_decoder test
## shortest: same as `make check`
.PHONY: shortest