From dd9d46da3844feade0a7bea89494a04a3c849925 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 14 Oct 2018 23:34:25 +0200 Subject: [PATCH] Activated stream unit tests. --- src/tl/unit_tests/unit_tests.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tl/unit_tests/unit_tests.pro b/src/tl/unit_tests/unit_tests.pro index 59776da0c..89d63ec6c 100644 --- a/src/tl/unit_tests/unit_tests.pro +++ b/src/tl/unit_tests/unit_tests.pro @@ -30,6 +30,7 @@ SOURCES = \ tlVariant.cc \ tlXMLParser.cc \ tlUri.cc \ + tlStreamTests.cc \ tlWebDAV.cc \ tlHttpStream.cc \ tlInt128Support.cc \