X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=test%2Ftest.cpp;h=2d67f2935e2bf48e3cc4b9c83208ec374bac168d;hp=2c278c04e650a1eb9b090eff0e5c4d254510ad7c;hb=c9da51187f8db0c9822d544a0253e0e7a58945d7;hpb=4ceab49abb3c0160cfefdefa6a9c84284d30f850 diff --git a/test/test.cpp b/test/test.cpp index 2c278c04..2d67f293 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * @@ -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(); +}