]> sigrok.org Git - pulseview.git/blobdiff - test/test.cpp
build: Limit auto-versioning to git revision hash
[pulseview.git] / test / test.cpp
index 2c278c04e650a1eb9b090eff0e5c4d254510ad7c..2d67f2935e2bf48e3cc4b9c83208ec374bac168d 100644 (file)
@@ -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 <joel@airwebreathe.org.uk>
  *
@@ -20,3 +20,9 @@
 
 #define BOOST_TEST_MAIN
 #include <boost/test/unit_test.hpp>
+#include "test/test.hpp"
+
+std::ostream& operator<<(std::ostream& stream, const QString& str)
+{
+       return stream << str.toUtf8().data();
+}