tests


Log

Author Commit Date CI Message
Eugene Kliuchnikov 6ece1d87 2017-04-23T14:07:08 Move files & update paths (#541) * Move files & update paths * Rename build to scripts. * Fix paths * Fix script.
Frank Denis 50bc3a71 2016-12-09T08:58:13 Do not assume that bash is installed in /bin (#477) This is required in order to run the tests on *BSD.
Evan Nemerson 03657e80 2016-07-28T13:31:09 Add mingw support.
Evan Nemerson 93ef13f8 2016-06-20T13:07:35 Add CMake build system.
Evgenii Kliuchnikov 52ff8171 2016-06-24T15:32:51 Update build systems
Eugene Kliuchnikov 378485b0 2016-06-16T10:52:57 Update build system. Now libraries are produced as build artifacts. There are currently 3 ways to build: * Easy: `./configure; make` * Simple: use Bazel * Portable: use premake5 to generate XCode / MSVS projects
Eugene Kliuchnikov 3ccbf05d 2016-06-13T11:01:04 Convert encoder to plain C.
eustas 98bc7fcc 2016-06-03T12:30:12 Fix test file path
Eugene Kliuchnikov b972c677 2016-06-13T11:01:04 Convert encoder to plain C.
eustas 9dd7e38b 2016-06-03T12:30:12 Fix test file path
Eugene Klyuchnikov 4092b4d4 2015-09-01T13:45:19 Add more testdata.
Zoltan Szabadka 8d83839a 2015-05-11T14:14:05 Expose the quality parameter to the bro.cc tool.
Zoltan Szabadka 10a2f374 2015-05-07T20:43:01 Handle multiple compressed files per original in the test. Add some more test cases that decompress to the empty file or a one byte long file. These test cases have examples for the updated stream header and meta-block header formats.
Dmitry Shachnev 5da7e37a 2015-03-13T18:00:28 Makefile fixes and cleanups - Distinguish between CC/CFLAGS, CPP/CPPFLAGS and CXX/CXXFLAGS. Do not store compiler flags in CPPFLAGS, which is for preprocessor, and do not try to link files using a preprocessor. - Use COMMON_FLAGS for flags that are for both C and C++. - Drop -m64 flag which is wrong on 32-bit systems. - Use $(MAKE) instead of make, so that parallel building works.
Zoltan Szabadka 1d763978 2015-01-13T16:42:35 Add more test cases.
Zoltan Szabadka ac455c50 2014-11-17T15:31:00 Improvements to the command-line tool. - Don't read the whole input to memory. - Support reading from stdin and writing to stdout.
Zoltan Szabadka e1739826 2014-10-30T13:59:37 Add command-line tool and tests.