Stephen Kelly 4cf5179c77 WCDH: Make it possible to generate multiple files.
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.
2014-11-24 21:54:41 +01:00

11 lines
114 B
C++

#include "test_compiler_detection.h"
#define PREFIX TEST
#include "compile_tests.h"
int main()
{
return 0;
}