Added gnu90 test

work-around : disabled automatic selection of huff0 quad-decoder (see #173)
This commit is contained in:
Yann Collet
2016-05-05 03:01:13 +02:00
parent f6ac47955b
commit 3f8ed50bf1
5 changed files with 9 additions and 2 deletions
+3
View File
@@ -88,6 +88,9 @@ clangtest: clean
gpptest: clean
$(MAKE) all CC=g++ CFLAGS="-O3 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Werror"
gnu90test: clean
$(MAKE) all CFLAGS="-Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wstrict-prototypes -Wundef -Werror"
bmix64test: clean
CFLAGS="-O3 -mbmi -Werror" $(MAKE) -C $(PRGDIR) test