Add more test cases.

This commit is contained in:
Zoltan Szabadka 2015-01-13 16:42:35 +01:00
parent 7e350cd4a7
commit 1d76397891
28 changed files with 16 additions and 0 deletions

View File

@ -6,6 +6,9 @@ CPP = g++
LFLAGS =
CPPFLAGS = -c -std=c++0x $(GFLAGS)
EMCC = emcc
EMCCFLAGS = -O1 -W -Wall
ifeq ($(OS), Darwin)
CPPFLAGS += -DOS_MACOSX
else

View File

@ -7,6 +7,19 @@ set -o errexit
BRO=../tools/bro
INPUTS="""
testdata/empty.compressed
testdata/x.compressed
testdata/64x.compressed
testdata/10x10y.compressed
testdata/xyzzy.compressed
testdata/quickfox.compressed
testdata/ukkonooa.compressed
testdata/monkey.compressed
testdata/backward65536.compressed
testdata/zeros.compressed
testdata/quickfox_repeated.compressed
testdata/compressed_file.compressed
testdata/compressed_repeated.compressed
testdata/alice29.txt.compressed
testdata/asyoulik.txt.compressed
testdata/lcet10.txt.compressed

BIN
tests/testdata/10x10y vendored Normal file

Binary file not shown.

BIN
tests/testdata/10x10y.compressed vendored Normal file

Binary file not shown.

BIN
tests/testdata/64x vendored Normal file

Binary file not shown.

BIN
tests/testdata/64x.compressed vendored Normal file

Binary file not shown.

BIN
tests/testdata/backward65536 vendored Normal file

Binary file not shown.

BIN
tests/testdata/backward65536.compressed vendored Normal file

Binary file not shown.

BIN
tests/testdata/compressed_file vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
tests/testdata/compressed_repeated vendored Normal file

Binary file not shown.

Binary file not shown.

0
tests/testdata/empty vendored Normal file
View File

BIN
tests/testdata/empty.compressed vendored Normal file

Binary file not shown.

BIN
tests/testdata/monkey vendored Normal file

Binary file not shown.

BIN
tests/testdata/monkey.compressed vendored Normal file

Binary file not shown.

BIN
tests/testdata/quickfox vendored Normal file

Binary file not shown.

BIN
tests/testdata/quickfox.compressed vendored Normal file

Binary file not shown.

BIN
tests/testdata/quickfox_repeated vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
tests/testdata/ukkonooa vendored Normal file

Binary file not shown.

BIN
tests/testdata/ukkonooa.compressed vendored Normal file

Binary file not shown.

BIN
tests/testdata/x vendored Normal file

Binary file not shown.

BIN
tests/testdata/x.compressed vendored Normal file

Binary file not shown.

BIN
tests/testdata/xyzzy vendored Normal file

Binary file not shown.

BIN
tests/testdata/xyzzy.compressed vendored Normal file

Binary file not shown.

BIN
tests/testdata/zeros vendored Normal file

Binary file not shown.

BIN
tests/testdata/zeros.compressed vendored Normal file

Binary file not shown.