mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Update QsLog to 2.1 snapshot 46b643d5bcbc
This commit is contained in:
17
third_party/QsLog/unittest/QtTestUtil/SimpleChecker.cpp
vendored
Normal file
17
third_party/QsLog/unittest/QtTestUtil/SimpleChecker.cpp
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Copyright (C) 2008 Remko Troncon
|
||||
* Licensed under the MIT license.
|
||||
* See COPYING for license details.
|
||||
*/
|
||||
|
||||
#include <QCoreApplication>
|
||||
|
||||
#include "QtTestUtil/TestRegistry.h"
|
||||
|
||||
/**
|
||||
* Runs all tests registered with the QtTestUtil registry.
|
||||
*/
|
||||
int main(int argc, char* argv[]) {
|
||||
QCoreApplication application(argc, argv);
|
||||
return QtTestUtil::TestRegistry::getInstance()->runTests(argc, argv);
|
||||
}
|
Reference in New Issue
Block a user