Module ConfigurationTestFile
Provides classes for identifying files that created to test the build configuration. It is often desirable to exclude these files from analysis.
Import path
import semmle.code.cpp.ConfigurationTestFileImports
| File | Provides classes representing files and folders. |
Classes
| AutoconfConfigureTestFile | A file created by a GNU autoconf configure script to test the system configuration. |
| CmakeTryCompileFile | A file created by CMake to test the system configuration. |
| ConfigurationTestFile | A file created to test the system configuration. |
| MesonPrivateTestFile | A file created by Meson to test the system configuration. |