mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
The RunCMake.AutogenQtX tests occasionally time out so separate `RunCMake.AutogenQtX` tests. Example: https://open.cdash.org/tests/1583599782
11 lines
173 B
C++
11 lines
173 B
C++
#include <fstream>
|
|
#include <iostream>
|
|
|
|
#include "exe_common.h"
|
|
|
|
int main(int argc, char* argv[])
|
|
{
|
|
std::cout << "running_exe_Debug\n";
|
|
return runRealExe(argc, argv);
|
|
}
|