| .. |
|
Architecture
|
e4897a78b9
Test OSX_ARCHITECTURES target property
|
16 ani în urmă |
|
Assembler
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
BuildDepends
|
2e48fe0eec
Avoid Intel linker crash in BuildDepends test
|
16 ani în urmă |
|
BundleGeneratorTest
|
36c228814b
BUG: Fix issue #7523: Analyze output of 'hdiutil attach' to get the name of the volume that was mounted. Eliminates the need to use the -mountpoint arg of hdiutil which has a silly 90 character limit on the name of the mount point. Also add a custom volume icon to the BundleGeneratorTest to cover this code.
|
17 ani în urmă |
|
BundleTest
|
a54e97cf94
ENH: Add indirect dependency to Carbon and call a Carbon function from executable. This will allow detecting broken dependency chaining for '-framework blah' style lib dependencies.
|
17 ani în urmă |
|
CMakeTestAllGenerators
|
57214662ae
Add test of all cmake -G generators. Ignore any errors from this as not all generators are expected to be usable on all machines. Help to increase coverage of the various generators and cmake.cxx itself.
|
16 ani în urmă |
|
CMakeTestBadCommandLines
|
ae1e9900fa
Add test CMakeTestBadCommandLines. Also add --graphviz arg to cmake invoked during the CPackComponents test. The purpose of each is to increase coverage of cmake.cxx.
|
16 ani în urmă |
|
CMakeTestMultipleConfigures
|
20fe27cda1
Add test to enable detecting differences between generation N and N+1 of a cmake generated build tree. Theoretically, each generation run with exactly the same arguments should be identical to the previous generation... Practically, there are differences. This is a tool to help us measure those differences. For now, the test always succeeds. Eventually, we may add the code to make it fail when there are differences.
|
16 ani în urmă |
|
CMakeTests
|
23bdb28cad
Create CMake.ELF test to cover cmELF further
|
16 ani în urmă |
|
COnly
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
CPackComponents
|
640389f3a4
Avoid failure of CPackComponents test on dash16 and dash17 since makensis was installed on those machines to increase coverage. Do not add install rules with absolute paths when makensis is going to be used to build an installer.
|
16 ani în urmă |
|
CPackTestAllGenerators
|
8d94703cc2
Fix failing test. Forgot to double quote last arg to STRING.
|
16 ani în urmă |
|
CTestScriptMode
|
7048373296
STYLE: don't load CMakeDetermineSystem and CMakeSystemSpecific directly from
|
16 ani în urmă |
|
CTestTest
|
680fae9c97
Increase ctest coverage. Introduce optionally on intentional compile errors and warnings to the SmallAndFast project. Turn them on for the FailedSubmit tests to cover analyzing LABELS-related errors and warnings.
|
16 ani în urmă |
|
CTestTest2
|
d66c25c2f0
ENH: Teach ctest_submit about parts
|
17 ani în urmă |
|
CTestTest3
|
8612aa10b6
Hook for scheduling tests in a random order
|
16 ani în urmă |
|
CTestTestCrash
|
205855bf56
Make sure CTestTest scripts honor the CMAKE_TEST_GENERATOR so that if the generator to build cmake is different than the one used for tests (watcom) is used.
|
16 ani în urmă |
|
CTestTestFailedSubmits
|
680fae9c97
Increase ctest coverage. Introduce optionally on intentional compile errors and warnings to the SmallAndFast project. Turn them on for the FailedSubmit tests to cover analyzing LABELS-related errors and warnings.
|
16 ani în urmă |
|
CTestTestFailure
|
8c4f69c45b
Use CTEST_TEST_GENERATOR
|
16 ani în urmă |
|
CTestTestParallel
|
bcb127d494
Remove ctest_submit from CTestTestParallel
|
16 ani în urmă |
|
CTestTestRunScript
|
ec5a70dc91
Increase ctest RunScript line coverage. (Note: NEW_PROCESS argument is currently causing the test to fail, still investigating the reason for this, will add coverage for it later)
|
16 ani în urmă |
|
CTestTestSubdir
|
78174651b6
Added a ctest add_subdirectory test which fails before my patch made earlier today.
|
16 ani în urmă |
|
CTestTestTimeout
|
cc8c4a3f4f
Improved safety and removed busy waiting from the CTestTestTimeout test.
|
16 ani în urmă |
|
CommandLineTest
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
Complex
|
fb51d98562
Switch to using libarchive from libtar for cpack and cmake -E tar
|
16 ani în urmă |
|
ComplexOneConfig
|
fb51d98562
Switch to using libarchive from libtar for cpack and cmake -E tar
|
16 ani în urmă |
|
ComplexRelativePaths
|
fb51d98562
Switch to using libarchive from libtar for cpack and cmake -E tar
|
16 ani în urmă |
|
ConvLibrary
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
CustComDepend
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
CustomCommand
|
8562f5400d
Oops. Last commit did not create subdir before doing a touch on a file in it. So it fails on some platforms. This fixes that.
|
16 ani în urmă |
|
CustomCommandWorkingDirectory
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
CxxOnly
|
2208231aac
ENH: some more CMakeList cleanups
|
19 ani în urmă |
|
Dependency
|
0cfd8c411f
Test link multiplicity
|
16 ani în urmă |
|
DocTest
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
Environment
|
ceaef94ccc
ENH: Implement feature request from issue 7885. Allow setting environment variables on a per-test basis for ctest using set_test_properties ENVIRONMENT.
|
17 ani în urmă |
|
ExportImport
|
d259128894
Test link multiplicity export/import
|
16 ani în urmă |
|
ExternalOBJ
|
ff90b5efbf
BUG: make test more robust
|
18 ani în urmă |
|
ExternalProject
|
002ae925c3
Use more verbose/descriptive names for the "public API" functions in the ExternalProject.cmake module. Follow the cmake function naming convention, using a ModuleFileName_ prefix. Locate stamp files under a CMAKE_CFG_INTDIR subdir of the stamp dir so that debug and release builds have separate stamp files for Visual Studio builds. If no CMAKE_GENERATOR argument is given to ExternalProject_Add, default to using the parent project's cmake generator.
|
16 ani în urmă |
|
FindModulesExecuteAll
|
ee086dd028
ENH: add a project name
|
17 ani în urmă |
|
FindPackageTest
|
3a790251f4
Document and test find_package <pkg>_DIR env var
|
16 ani în urmă |
|
Fortran
|
7b10ec686f
Skip SHARED lib Fortran test with XL and old GNU
|
16 ani în urmă |
|
Framework
|
58be1b005f
BUG: Fix issue #7046 - make sure extensionless headers and resource files work with the Xcode generator. Also fix incorrect mappings in the lastKnownFileType code. Add some extensionless files to the Framework test.
|
17 ani în urmă |
|
FunctionTest
|
33207a9a87
Test add_subdirectory inside function
|
16 ani în urmă |
|
IPO
|
b4ace1cca0
Test INTERPROCEDURAL_OPTIMIZATION build feature
|
16 ani în urmă |
|
JCTest
|
36ce9651db
ENH: make it take longer
|
17 ani în urmă |
|
Java
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
Jump
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
KDE4StableBranchTest
|
7e53bcc115
add a test which checks that cmake can build the latest stable KDE4 (kdelibs) release
|
16 ani în urmă |
|
LibName
|
5ff037e894
BUG: better fix for .dll.lib problem
|
19 ani în urmă |
|
LinkLanguage
|
750eb105c2
Test target link information invalidation
|
16 ani în urmă |
|
LinkLine
|
df1a77c225
ENH: some cleanup, condensing some tests, removing arguments that were not needed but rather were cut and paste copies etc
|
19 ani în urmă |
|
LinkLineOrder
|
ee9f925509
ENH: remove warnings in tests
|
22 ani în urmă |
|
LoadCommand
|
d1aa17a7b0
ENH: Remove CMAKE_ANSI_CFLAGS from tests
|
16 ani în urmă |
|
LoadCommandOneConfig
|
d1aa17a7b0
ENH: Remove CMAKE_ANSI_CFLAGS from tests
|
16 ani în urmă |
|
MacroTest
|
d1aa17a7b0
ENH: Remove CMAKE_ANSI_CFLAGS from tests
|
16 ani în urmă |
|
MakeClean
|
d1aa17a7b0
ENH: Remove CMAKE_ANSI_CFLAGS from tests
|
16 ani în urmă |
|
MathTest
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
ModuleDefinition
|
f1b7e620f7
Fix ModuleDefinition test for Intel on Windows
|
16 ani în urmă |
|
NewlineArgs
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
ObjC++
|
2208231aac
ENH: some more CMakeList cleanups
|
19 ani în urmă |
|
OutDir
|
6eff237c56
Fix OutDir test on HP, MinGW, and Cygwin
|
16 ani în urmă |
|
OutOfBinary
|
0fe0523810
BUG: Fixed out-of-source subdirectories to work when they are also out-of-binary. Updated the OutOfSource test to test this feature.
|
19 ani în urmă |
|
OutOfSource
|
dccbbe0a99
Visual Studio 10 has the same bug as 8 so make the path shorter
|
16 ani în urmă |
|
Plugin
|
d1aa17a7b0
ENH: Remove CMAKE_ANSI_CFLAGS from tests
|
16 ani în urmă |
|
Policy0002
|
65a78ec5b8
Test support for OLD behavior of policy CMP0002
|
16 ani în urmă |
|
PolicyScope
|
c332e0bf3c
ENH: Isolate policy changes in included scripts
|
17 ani în urmă |
|
PreOrder
|
2208231aac
ENH: some more CMakeList cleanups
|
19 ani în urmă |
|
PrecompiledHeader
|
667f0724a8
Fix PrecompiledHeader test for Intel on Windows
|
16 ani în urmă |
|
Preprocess
|
58a616dea3
Fix Preprocess test for Intel on Windows
|
16 ani în urmă |
|
Properties
|
819b0742c6
Test cache entry property "STRINGS"
|
16 ani în urmă |
|
ReturnTest
|
d1aa17a7b0
ENH: Remove CMAKE_ANSI_CFLAGS from tests
|
16 ani în urmă |
|
RuntimePath
|
d1aa17a7b0
ENH: Remove CMAKE_ANSI_CFLAGS from tests
|
16 ani în urmă |
|
SameName
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
SetLang
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
Simple
|
2208231aac
ENH: some more CMakeList cleanups
|
19 ani în urmă |
|
SimpleCOnly
|
ae47302529
|
18 ani în urmă |
|
SimpleExclude
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
SimpleInstall
|
2740db5ede
ENH: Allow more specification of target file names
|
17 ani în urmă |
|
SimpleInstallS2
|
2740db5ede
ENH: Allow more specification of target file names
|
17 ani în urmă |
|
SourceGroups
|
28b1912aa3
ENH: add group support and fix borland error
|
16 ani în urmă |
|
StringFileTest
|
f5bcc82b13
Add a test for FILE(READ ... HEX) together with a tiny binary file.
|
16 ani în urmă |
|
SubDir
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
SubDirSpaces
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
SubProject
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
SwigTest
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
SystemInformation
|
e55bbab88b
Teach Xcode generator to set XCODE_VERSION
|
16 ani în urmă |
|
TarTest
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
TargetName
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
TestDriver
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
Testing
|
875c478b64
Test add_test() generator expressions
|
16 ani în urmă |
|
TryCompile
|
32f156b218
Add more coverage and use the ARGS option of try_run
|
16 ani în urmă |
|
Tutorial
|
1bc355b711
Use new style header generation and get rid of OBJECT_DEPENDS in tutorial
|
16 ani în urmă |
|
Unset
|
f8bc0492e1
ENH: Create $CACHE{VAR} syntax
|
17 ani în urmă |
|
VSExternalInclude
|
3d1c12b802
ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties instead, fix VXExternalInclude test for VS10
|
16 ani în urmă |
|
Wrapping
|
ce8810c4e7
ENH: preclean some warnings
|
18 ani în urmă |
|
X11
|
3ca9bf797c
ENH: make sure tests for cpack are run correctly
|
17 ani în urmă |
|
.NoDartCoverage
|
fa73553a59
clean up coverage some
|
23 ani în urmă |
|
CMakeBuildTest.cmake.in
|
170febac52
ENH: Cleanup cmake --build interface.
|
17 ani în urmă |
|
CMakeLists.txt
|
9c12894636
Add missing depend because of registry write with complex name, they can not be done in parallel.
|
16 ani în urmă |
|
CMakeWizardTest.cmake
|
d8efcfc787
Increase coverage. Add test of class cmakewizard. (cmake -i 'mode')
|
16 ani în urmă |
|
CTestUpdateBZR.cmake.in
|
a524e07152
ENH: Teach CTest to handle Bazaar repositories
|
17 ani în urmă |
|
CTestUpdateCVS.cmake.in
|
db024f444e
ENH: Auto-enable CTest.UpdateCVS test on Windows
|
16 ani în urmă |
|
CTestUpdateCommon.cmake
|
b7e3146275
Output command that failed, if it fails.
|
16 ani în urmă |
|
CTestUpdateGIT.cmake.in
|
06332c883f
Make CTest.UpdateGIT robust to user git config
|
16 ani în urmă |
|
CTestUpdateHG.cmake.in
|
d4d467dbd5
ENH: Teach CTest to handle Mercurial repositories
|
16 ani în urmă |
|
CTestUpdateSVN.cmake.in
|
d49978a948
ENH: Teach Update* tests to report local mod step
|
17 ani în urmă |
|
EnforceConfig.cmake.in
|
b5f3d4be61
ENH: Re-enable new 'testing' test mode
|
17 ani în urmă |
|
TestInstall.sh.in
|
26fce5a402
ENH: Added Install test. It is enabled when the CMAKE_INSTALL_PREFIX is CMake_BINARY_DIR/InstallTest.
|
22 ani în urmă |
|
test_clean.cmake.in
|
181c1eeede
ENH: Add test_clean target to wipe out tests
|
17 ani în urmă |