Loopp/src/tests/goptionstest.cxx

25 lines
329 B
C++
Raw Normal View History

2013-11-21 15:43:22 +01:00
#include "../goptions.hxx"
#ifdef BUILD_TESTS
#include "../config.hxx"
#include "qunit.hxx"
int GOptions::runTests()
{
QUnit::UnitTest qunit( QUnit::normal, true );
OptionsWindow opts;
opts->show();
Fl::run();
//QUNIT_IS_TRUE( jack->getGridLogic()->getLaunchedScene() == s );
}
#endif // BUILD_TESTS