X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=test%2Ftest.cpp;h=1f078ab4f8a3104a1a118caabe8027fcdd2961cc;hp=04c99819aa0d6691e917d43d11d0de10a829612c;hb=ca1d6d5f466272ac7e906b589e2804b12568fa96;hpb=b3f22de060b73f15ad3eb2dabee04a0b4f5d947e diff --git a/test/test.cpp b/test/test.cpp index 04c99819..1f078ab4 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -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(); +}