summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Collapse)AuthorAgeFilesLines
* COMP: Rename the executables for the SimpleInstall tests so that the ↵David Cole2007-10-013-14/+14
| | | | executable files that run during the test do not have the word install in their file names. This allows running the tests on Windows Vista without admin privileges and without adding a manifest containing the asInvoker requestedExecutionLevel element.
* ENH: increase timeoutBill Hoffman2007-09-251-1/+1
|
* ENH: VV make too much data for the dashboardBill Hoffman2007-09-201-1/+1
|
* ENH: Disable package test only on OSX < 10.4. Added comment explaining ↵Brad King2007-09-202-12/+34
| | | | reason for timeout.
* ENH: Restore shorter timeout for SimpleInstall-Stage2.Brad King2007-09-201-6/+0
|
* ENH: fix failing test when valgrind is onBill Hoffman2007-09-191-1/+1
|
* ENH: Re-enable packaging part of SimpleInstall-Stage2 test on Apple. Give ↵Brad King2007-09-193-0/+12
| | | | it a long timeout to see what is going on.
* COMP: reenable the installation of the PUBLIC_HEADERsAlexander Neundorf2007-09-192-4/+4
| | | | Alex
* ENH: increase timeout for long testBill Hoffman2007-09-181-1/+1
|
* COMP: disable packaging test on Apple, see if this fixes the timeoutsAlexander Neundorf2007-09-172-2/+16
| | | | Alex
* ENH: test install of debug libsBill Hoffman2007-09-172-0/+2
|
* ENH: Adding test for ADD_CUSTOM_COMMAND's new IMPLICIT_DEPENDS feature.Brad King2007-09-174-0/+68
|
* ENH: Added OBJECT_OUTPUTS source file property. Updated PrecompiledHeader ↵Brad King2007-09-131-32/+16
| | | | test to use it (making the test simpler).
* ENH: turn this stuff off to see if it fixes the dashboard on midworldBill Hoffman2007-09-102-4/+4
|
* ENH: fix memory leakBill Hoffman2007-09-101-1/+2
|
* ENH: add test that builds a nightly windows cmake binaryBill Hoffman2007-09-101-0/+15
|
* STYLE: adapt the test to the change from FILENAME to FILEAlexander Neundorf2007-08-302-2/+10
| | | | | | -add a call to the EXPORT() command Alex
* ENH: added tests for the CMAKE_MATCH_(0..9) variables, which get set byAlexander Neundorf2007-08-291-0/+33
| | | | | | regex matches (STRING(REGEX), IF(MATCHES)) Alex
* COMP: enable ANSI C, this should make it work with the HP-UX compilerAlexander Neundorf2007-08-282-5/+12
| | | | Alex
* COMP: maybe it compiles this way with the HP-UX compilerAlexander Neundorf2007-08-281-5/+5
| | | | Alex
* ENH: add test for installing a header marked as PUBLIC_HEADER of a libraryAlexander Neundorf2007-08-272-0/+4
| | | | Alex
* COMP: add a test for exporting and importing targetsAlexander Neundorf2007-08-272-2/+34
| | | | Alex
* COMP: the SimpleInstall test also succeeds on the Mac, so maybe AndysAlexander Neundorf2007-08-272-70/+32
| | | | | | comment is not valid anymore Alex
* ENH: add the source_group() demo to the testsAlexander Neundorf2007-08-272-0/+10
| | | | Alex
* BUG: demo (not really test) for the source_group() commandAlexander Neundorf2007-08-243-7/+28
| | | | Alex
* ENH: Add InstallNameFixupPath to support installing built frameworks on the ↵David Cole2007-08-244-8/+11
| | | | Mac. Change Application to Applications in the BundleTest. Also correct small typo (tcl->Tcl) noted in bug 4572.
* ENH: add test for source_groupAlexander Neundorf2007-08-246-0/+37
| | | | Alex
* ENH: fix leakBill Hoffman2007-08-213-0/+3
|
* ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the indexAlexander Neundorf2007-08-151-4/+6
| | | | | | | | and which is more useful, because then you can also access the item behind the one you were looking, useful for writing macros with optional keywords with parameters Alex
* ENH: Improvements to the Xcode generator. Build frameworks using native Copy ↵David Cole2007-08-146-8/+38
| | | | Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder.
* STYLE: mark these variables as advanced, they are only used for testingAlexander Neundorf2007-08-091-0/+2
| | | | | | whether the tests should be added or not Alex
* COMP: lets see if this sets the timeout back to 5400Alexander Neundorf2007-08-091-2/+2
| | | | Alex
* ENH: remove the watch for the upper case variable name, it breaks theAlexander Neundorf2007-08-081-1/+1
| | | | | | | feature summary, which needs to check for both the upper case and original case _FOUND variables Alex
* COMP: change the order of the tests, so maybe the timeout worksAlexander Neundorf2007-08-081-6/+5
| | | | Alex
* ENH: also specify the C++ compiler for mingwAlexander Neundorf2007-08-081-4/+6
| | | | Alex
* BUG: disable this test temporarilyAlexander Neundorf2007-08-071-1/+1
| | | | Alex
* BUG: the test for chicken should be named Chicken, not plplotAlexander Neundorf2007-08-071-1/+1
| | | | Alex
* ENH: add plplot and Chicken Scheme build testsAlexander Neundorf2007-08-061-0/+10
| | | | Alex
* BUG: Fix test that broke on Windows - sharing sources between SHARED and ↵David Cole2007-08-012-7/+2
| | | | STATIC libraries requires correct export and import decorations in the source code...
* BUG: Only pay attention to the FRAMEWORK target property for SHARED library ↵David Cole2007-08-011-3/+19
| | | | targets
* ENH: add tests for check_c_source_runs(), check_cxx_source_runs(),Alexander Neundorf2007-07-311-0/+56
| | | | | | | | check_c_source_compiles() and check_cxx_source_compiles() -TRY_RUN in crosscompiling mode: copy the created executables to CMAKE_BINARY_DIR so the user can run them manually on the target Alex
* ENH: user more memory for parser and add test to complex that sets a huge stringBill Hoffman2007-07-203-0/+3
|
* STYLE: remove debug outputAlexander Neundorf2007-07-161-1/+0
|
* BUG: GET_DIRECTORY_PROPERTY(INCLUDE_DIRECTORIES|LINK_DIRECTORIES) wasn'tAlexander Neundorf2007-07-161-0/+6
| | | | | | | | | | | | | | working, for both the result was always empty, since cmMakefile::GetProperty() recognized it as a special property, constructed a correct return value and called cmMakefile::SetProperty() with this list of directories, which then didn't actually set the property, but applied it to the internal vector of include/link directories. The following getPropertyValue in cmMakefile::GetProperty() then still didn't find it and returned nothing. Now for all special property the static string output is used and its content is returned. I'm not sure it is the right way to fix this problem but at least it seems to work and it fixes the Paraview3 build Alex
* ENH: add LIST(CONTAINS ...) patch from "Miguel A. Figueroa-Villanueva, ↵Alexander Neundorf2007-07-121-0/+14
| | | | | | | | miguelf (AT) ieee.org added tests for LIST(CONTAINS, SORT, REVERSE) Alex
* COMP: hopefully fix test, finallyAlexander Neundorf2007-07-091-1/+0
| | | | Alex
* COMP: fix testAlexander Neundorf2007-07-091-3/+3
| | | | Alex
* BUG: fix testAlexander Neundorf2007-07-061-2/+2
| | | | Alex
* COMP: OPTIONAL was missing in ENABLE_LANGUAGE()Alexander Neundorf2007-07-062-14/+19
| | | | | | | -the assembler file seems to work for Linux and FreeBSD -try to fix main() for HP-UX compiler Alex
* STYLE: some more outputAlexander Neundorf2007-07-051-0/+2
| | | | Alex