CMake/Tests/SourceFileProperty/ICaseTest.c
Ben Boeckel b7d760aea2 test: test source file properties with case-insensitivity
Some filesystems are case insensitive, so when setting properties on the
files, this should be respected (modulo a policy decision).
2014-12-02 10:56:36 -05:00

8 lines
62 B
C

#ifdef NEEDED_TO_WORK
int icasetest()
{
return 0;
}
#endif