ladybird/Userland/Libraries/LibCompress
Marco Biscaro 8124719c3d Tests: Reorganize LibCompress unit tests
Move LibCompress unit tests to LibCompress/Tests directory and register
them with CMake's add_test. This allows us to run these tests with
ninja test instead of running a separate executable.

Also split the existing tests in 3 test files that better follow the
source code structure (inspired by AK tests).
2021-04-21 08:00:32 +02:00
..
Tests Tests: Reorganize LibCompress unit tests 2021-04-21 08:00:32 +02:00
CMakeLists.txt Tests: Reorganize LibCompress unit tests 2021-04-21 08:00:32 +02:00
Deflate.cpp Everywhere: Fix a bunch of typos 2021-04-18 10:30:03 +02:00
Deflate.h
DeflateTables.h
Gzip.cpp
Gzip.h
Zlib.cpp Everywhere: Fix a bunch of typos 2021-04-18 10:30:03 +02:00
Zlib.h