]> sigrok.org Git - pulseview.git/blobdiff - test/test.cpp
View: Change the type of tick_period to pv::util::Timestamp
[pulseview.git] / test / test.cpp
index 04c99819aa0d6691e917d43d11d0de10a829612c..2d67f2935e2bf48e3cc4b9c83208ec374bac168d 100644 (file)
@@ -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();
+}