Commit graph

387 commits

Author SHA1 Message Date
Ray Speth
9e1fdfe39a Eliminated CVS keyword cruft 2012-01-09 17:32:01 +00:00
Ray Speth
8b699082c8 Removed cantera/kernel from include path
The "cantera/kernel" directory is now part of the include path only
when building the Cantera kernel. All other modules include files in
this directory as "kernel/header.h".

This fixes a problem distinguishing between kernel/Kinetics.h and
kinetics.h on Windows.
2012-01-09 17:31:21 +00:00
Ray Speth
124f8b9f6b Tests now look for elements.xml in the source tree. 2011-12-20 03:06:35 +00:00
Ray Speth
71588d307d Remove files for Autotools and Visual Studio build systems 2011-12-14 19:38:10 +00:00
Ray Speth
d587c093de Clean up most artifacts of building the tests under Windows 2011-12-14 19:36:40 +00:00
Ray Speth
00fdf5d3f5 SCons now continues over failed tests and prints a summary at the end 2011-12-14 19:36:21 +00:00
Ray Speth
d2eba8e5e0 Fixed ck2cti tests to run under Windows 2011-12-14 19:36:17 +00:00
Ray Speth
b44ebe45a3 SCons now runs all of the Python regression tests 2011-12-14 19:36:12 +00:00
Ray Speth
c3f4972f52 Improvements to the SCons regression test handler
Refactored SCons testing code to handle tests using prebuilt binaries.
Now handles regression tests where the standard output is ignored.
Also, allows regression tests to ignore lines starting with specified
strings.
2011-12-14 19:36:03 +00:00
Ray Speth
be92c4cbc5 Added support for command line options for regression tests 2011-12-14 05:55:40 +00:00
Ray Speth
5c95d30807 Use relative tolerances for comparing csv file in regression tests
Each test can have a different threshold and tolerance, reducing the
need to recreate blessed output files in response to small numerical
changes.
2011-12-14 05:55:35 +00:00
Ray Speth
9ff2c93615 Modified the cxx_ex tests to generate consistent output 2011-12-14 05:55:29 +00:00
Ray Speth
d7a384e25d Extended SCons testing to be able to handle multiple output files
Extra files to be compared are passed as a list of tuples of
(blessed_output, test_output) using the 'comparisons' keyword
argument.
2011-12-14 05:55:24 +00:00
Ray Speth
ea63e3163a Moved remaining C++ tests out of examples/cxx 2011-12-14 05:55:11 +00:00
Ray Speth
70c71b5448 SCons can now run most of the tests in the test_problems directory
Does not yet handle tests with multiple outputs or tests requiring
additional command line arguments.
2011-12-14 05:55:05 +00:00
Ray Speth
a9028d6b77 Added test building and running capabilities to SCons scripts 2011-12-14 05:54:56 +00:00
Harry Moffat
fa56309462 Modifications to the Makefiles to make the THREAD_SAFE_CANTERA ifdef
block work again.
2010-11-12 19:18:49 +00:00
Harry Moffat
1e77c40db0 Small changes 2010-04-02 19:44:08 +00:00
Harry Moffat
4811459364 Changed the csvdiff default return value.
Now a return of 0 indicates a success.
  Previously a return of 1 indicated a success. Please note!
2010-04-02 19:29:07 +00:00
Harry Moffat
9023c30cd8 took out an unused command from the clean rule. 2010-02-09 19:44:37 +00:00
Harry Moffat
10ab1af013 Added memory release statements. 2009-10-06 14:37:45 +00:00
Harry Moffat
15c9ca0294 Merged Revisision_1.8.0 changes into the trunk. 2009-09-22 17:26:18 +00:00
Harry Moffat
0742f3f601 Took the Makefile out of the distribution and made it an
ignore file.
2009-09-22 16:55:07 +00:00
Harry Moffat
f28e01aa23 Slight updates to the blessed files. 2009-09-22 16:17:52 +00:00
Harry Moffat
2bd7816b65 Added in a model for the thermal conductivity of pure water
at all T and P.
Added in a test for the new model.
2009-09-16 02:13:43 +00:00
Harry Moffat
5009a3817f Added a viscosity model into WaterTransport.cpp for pure water
Added a test problem for the viscosity model.
Updated WaterSSTP object to support the use of WaterTransport 
with the object.
2009-09-15 21:46:44 +00:00
Harry Moffat
5d50aeef0e Modified the test for the current development work. 2009-09-15 17:33:49 +00:00
Harry Moffat
b4ea13ebd6 Modified the test for the current developement work. 2009-09-15 17:33:13 +00:00
Harry Moffat
910f319223 Adding a single test 2009-09-11 23:42:03 +00:00
Harry Moffat
56c6a578e5 Fixed an error from a previous commit. 2009-08-22 21:18:16 +00:00
Harry Moffat
77afab8f54 Fixed an error in the Makefile on the mac 2009-08-22 20:36:25 +00:00
Harry Moffat
32086af0f3 Fixed an error in the makefile 2009-08-22 20:35:27 +00:00
Harry Moffat
9920095864 Fixed an error in the Makefile that occurs for macs 2009-08-22 20:15:29 +00:00
Harry Moffat
173e5dff9c Fixed an error that appeared in the Makefile on the mac 2009-08-22 20:12:25 +00:00
Harry Moffat
201117842e ignore list maintenance. 2009-07-29 15:22:58 +00:00
Harry Moffat
4937c1fe57 Adding ignore statements. 2009-07-28 18:42:10 +00:00
Harry Moffat
bd0a0b014f updating ignore lists. 2009-07-28 18:39:25 +00:00
Harry Moffat
70647c85ed Initial Import 2009-07-27 23:17:19 +00:00
Harry Moffat
86b628078a added more files 2009-07-24 00:49:18 +00:00
Harry Moffat
fc4cc948ea Added more output to the test process 2009-07-13 16:51:56 +00:00
Harry Moffat
f61f1c1d88 Fixed the no debug solution. It was out of sync. 2009-04-19 02:54:01 +00:00
Harry Moffat
1f34b14e8d Fixed the no-debug solution. it was out of sync. 2009-04-19 02:51:53 +00:00
Harry Moffat
a5103167dd Algorithm improvements in the equilibrium solver. 2009-04-18 00:42:47 +00:00
Harry Moffat
8f2a24f710 rebaselined 2009-04-17 00:48:12 +00:00
Harry Moffat
ee06992cf1 Adding files 2009-04-09 22:10:45 +00:00
Harry Moffat
42dc2f6d96 Committing newer txt files. 2009-04-09 22:09:57 +00:00
Harry Moffat
abb2459ed3 Fixed the Makefile.in rule for conditional compiles. 2009-04-04 03:39:22 +00:00
Harry Moffat
dc0e3ac5c2 Fixed a dir error. 2009-03-25 01:03:05 +00:00
Harry Moffat
90012d90a0 Changed location of file. 2009-03-25 00:24:52 +00:00
Harry Moffat
47cc9986d4 Added a test 2009-03-25 00:17:06 +00:00