X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=test%2Ftest.cpp;h=1f078ab4f8a3104a1a118caabe8027fcdd2961cc;hp=2c278c04e650a1eb9b090eff0e5c4d254510ad7c;hb=ae95fe5832e1f3d63d0f0f952629591aae3419cf;hpb=f0fa92c6c431e15f2012003bd35e6e474d7fca8f diff --git a/test/test.cpp b/test/test.cpp index 2c278c04..1f078ab4 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 * @@ -14,9 +14,16 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #define BOOST_TEST_MAIN +#include "test/test.hpp" #include + +using std::ostream; + +ostream& operator<<(ostream& stream, const QString& str) +{ + return stream << str.toUtf8().data(); +}