summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Need to include full output to be a useful test.Brad King2005-02-071-0/+2
|
* ENH: Updated post-build command to drive installation through the native ↵Brad King2005-02-052-10/+18
| | | | build system.
* ENH: Adding test for external object file feature.Brad King2005-02-045-0/+57
|
* ENH: Link to cmzlibAndy Cedilnik2005-01-273-3/+6
|
* COMP: Add proper link directoryAndy Cedilnik2005-01-183-0/+3
|
* COMP: Add cmexpat to complexAndy Cedilnik2005-01-183-6/+6
|
* BUG: add a test for a single char dir, and fix bug introduced in 1.53, but ↵Bill Hoffman2004-11-013-4/+5
| | | | we still can not handle a space as the start of a directory name
* ENH: clean up loaded command test so you can tell what really failedBill Hoffman2004-10-256-28/+56
|
* FIX: go back to not trying to handle spaces in the path for run single ↵Bill Hoffman2004-10-253-3/+6
| | | | command and comment it so that people know to call the right thing
* ENH: add test back for single char exeBill Hoffman2004-10-253-0/+84
|
* FIX: fix RunSingleCommand to work with spaces in the path, and with an ↵Bill Hoffman2004-10-252-2/+10
| | | | already quoted command
* remove run program test until run single command is fixedBill Hoffman2004-10-233-84/+0
|
* ENH: add missing fileBill Hoffman2004-10-223-0/+12
|
* FIX: fix the problem where a target is a single character and nmake gets ↵Bill Hoffman2004-10-226-3/+87
| | | | confused and add a test for it
* ENH: Display version of ctest firstAndy Cedilnik2004-10-191-0/+1
|
* ERR: Fix problems on windowsAndy Cedilnik2004-10-191-1/+0
|
* ENH: Propagate more thingsAndy Cedilnik2004-10-171-0/+4
|
* ENH: Propagate MEMORYCHECK_COMMAND and COVERAGE_COMMAND to the CTest testAndy Cedilnik2004-10-171-1/+2
|
* BUG: Use kwsys from the source treeAndy Cedilnik2004-10-041-1/+1
|
* ENH: Better sorting of resultsAndy Cedilnik2004-10-041-1/+1
|
* BUG: Fix problem with spaces in the pathAndy Cedilnik2004-10-031-1/+1
|
* ENH: Use existing CTest and cmakeAndy Cedilnik2004-10-011-4/+6
|
* ENH: Let us recognize it on the dashboardAndy Cedilnik2004-10-011-1/+1
|
* ENH: Do kwsys instead of CMakeAndy Cedilnik2004-09-301-13/+9
|
* clean up output of test and force verbose makefilesBill Hoffman2004-09-271-5/+1
|
* try and get this java test to workBill Hoffman2004-09-242-15/+1
|
* ENH: add some java code to try and find the system pathBill Hoffman2004-09-242-0/+16
|
* ENH: remove classpath so that this test passes with older java compilers ↵Bill Hoffman2004-09-241-2/+0
| | | | that clober the system class path with the -classpath option
* use verbose makefilesBill Hoffman2004-09-221-0/+1
|
* make it verboseBill Hoffman2004-09-222-2/+2
|
* ENH: major changes to support addition of languages from cmake modules ↵Bill Hoffman2004-09-224-1/+52
| | | | directory.
* BUG#1179: Fix for syntax in unquoted arguments.Brad King2004-09-201-0/+8
|
* BUG: fix VSExternal for visual studio 6Ken Martin2004-09-161-1/+1
|
* ENH: produce better outputKen Martin2004-09-151-1/+2
|
* ENH: add a test for external projectsBill Hoffman2004-09-141-2/+2
|
* ENH: add a test for external projectsBill Hoffman2004-09-141-1/+1
|
* ENH: add a test for external projectsBill Hoffman2004-09-148-0/+93
|
* ENH: add more output for fortran so I can figure out what is going on with ↵Bill Hoffman2004-09-081-0/+10
| | | | other fortran compilers
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-264-7/+7
| | | | to enable a language without modifing cmake source code
* ENH: initial fortranBill Hoffman2004-08-062-0/+8
|
* ERR: Fix test to use post CMAKE_X_LIBS variablesAndy Cedilnik2004-07-291-3/+4
|
* ERR: Removed debugging code from test.Brad King2004-07-022-4/+2
|
* ENH: Better handling of debug postfix and fix the testAndy Cedilnik2004-06-292-46/+2
|
* ERR: Fix visual studio installAndy Cedilnik2004-06-282-6/+16
|
* BUG: Implement installing of shared library versioning and add test for the ↵Andy Cedilnik2004-06-288-8/+76
| | | | whole thing
* ENH: Handle spaces in the pathAndy Cedilnik2004-06-141-2/+2
|
* ERR: Remove testinf of PREORDER on WindowsAndy Cedilnik2004-06-032-4/+6
|
* ERR: Try to fix simple install on vs6Andy Cedilnik2004-06-032-0/+2
|
* ENH: More elaborate install testAndy Cedilnik2004-06-0110-0/+54
|
* BUG: dont put the output of a try compile in the output because visual ↵Bill Hoffman2004-05-201-6/+0
| | | | stduio 7 ide will thing there were errors