mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Call PBD::init() from libmidi++ test runner
This is mostly just to be able to set PBD_DEBUG for testing if necessary
This commit is contained in:
parent
d360bc3906
commit
81d47f5b8c
1 changed files with 2 additions and 2 deletions
|
|
@ -5,12 +5,12 @@
|
||||||
#include <cppunit/TestRunner.h>
|
#include <cppunit/TestRunner.h>
|
||||||
#include <cppunit/BriefTestProgressListener.h>
|
#include <cppunit/BriefTestProgressListener.h>
|
||||||
|
|
||||||
#include <glibmm.h>
|
#include "pbd/pbd.h"
|
||||||
|
|
||||||
int
|
int
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
Glib::thread_init();
|
if (!PBD::init ()) return 1;
|
||||||
|
|
||||||
CppUnit::TestResult testresult;
|
CppUnit::TestResult testresult;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue