4cf5179c77
Extend the write_compiler_detection_header interface to allow specifying a location for supplementary files, and getting the list of resulting files as a variable.
11 lines
114 B
C++
11 lines
114 B
C++
|
|
#include "test_compiler_detection.h"
|
|
|
|
#define PREFIX TEST
|
|
#include "compile_tests.h"
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|