added zlibwrapper test for Travis

This commit is contained in:
inikep
2016-05-27 11:56:15 +02:00
parent 993a9dfc5a
commit e9dfdf6924
3 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -15,14 +15,14 @@ IMPLIB = -lz ../lib/libzstd.a
endif
ZLIBWRAPPER_PATH = .
EXAMPLE_PATH = examples/
EXAMPLE_PATH = examples
CC = gcc
CFLAGS = $(LOC) -I../lib/common -I$(ZLIBWRAPPER_PATH) -O3 -Wall -std=gnu89
LDFLAGS = $(LOC)
RM = rm -f
all: example example_d
all: clean test testdll
test: example
./example