From b05ec410f2d9f209796a5df31860e23efd729dfe Mon Sep 17 00:00:00 2001 From: marcaiaf Date: Fri, 4 Jan 2019 17:00:13 +0100 Subject: [PATCH] Add unit testing for the CompressScript functions --- src/test/compress_tests.cpp | 73 +++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/src/test/compress_tests.cpp b/src/test/compress_tests.cpp index e8f149470e..c6a08b293f 100644 --- a/src/test/compress_tests.cpp +++ b/src/test/compress_tests.cpp @@ -4,6 +4,7 @@ #include #include +#include