CMake/Tests/QtAutogenRerun/dummy.cpp
Sebastian Holtermann 0e434fcf04 Autogen: Move repeated tests to new QtAutogenRerun test
By moving QtAutogen tests that run repeatedly to a new QtAutogenRerun
test, the `ctest -R Qt[45]Autogen -j4` call runs approximately 25%
faster.
2017-07-21 17:03:40 +02:00

6 lines
49 B
C++

int main(int argv, char** args)
{
return 0;
}