Loopp/src/tests/goptionstest.cxx

24 lines
343 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 OptionsWindow::runTests()
2013-11-21 15:43:22 +01:00
{
QUnit::UnitTest qunit( QUnit::normal, true );
OptionsWindow opts;
//opts.show();
//Fl::run();
2013-11-21 15:43:22 +01:00
//QUNIT_IS_TRUE( jack->getGridLogic()->getLaunchedScene() == s );
return 0;
2013-11-21 15:43:22 +01:00
}
#endif // BUILD_TESTS