X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=test%2Ftest.cpp;h=2d67f2935e2bf48e3cc4b9c83208ec374bac168d;hp=04c99819aa0d6691e917d43d11d0de10a829612c;hb=c677193dc6e691493081fe87476a04e1674093a5;hpb=4b0af0b67fe57e0880bcb8aa13b4fa807f3aaac0 diff --git a/test/test.cpp b/test/test.cpp index 04c99819..2d67f293 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -20,3 +20,9 @@ #define BOOST_TEST_MAIN #include +#include "test/test.hpp" + +std::ostream& operator<<(std::ostream& stream, const QString& str) +{ + return stream << str.toUtf8().data(); +}