Ray Speth
c092bbaede
Fixed the order of include and library directories when compiling
...
Include directories in the Cantera source tree should be listed first so that
they take precedence over headers from other installed copies of Cantera that
might end up on the include search path. This was potentially a problem when
Cantera was installed in the same location (e.g. /usr/local) as one of its
dependencies (e.g. Sundials).
The same logic applies to directories on the library link path.
2012-08-10 21:03:06 +00:00
Nicholas Malaya
1f4616ea29
[cantera2.0]: moving ctmath after numerics
2012-06-19 18:24:42 +00:00
Nicholas Malaya
532141a107
[cantera2.0]: adding missing -lexecstream -pthread to makefile.am in tests
2012-06-19 02:06:23 +00:00
Nicholas Malaya
f34b1ad1c3
[cantera2.0]: small modification to build script
2012-06-18 17:39:56 +00:00
Nicholas Malaya
43660e4c0c
[cantera2.0]: all tests now compile, from makefile.am modifications
2012-06-18 16:42:46 +00:00
Nicholas Malaya
70db937d32
[cantera2.0]: 2nd round of test makefiles edited
2012-06-18 16:16:55 +00:00
Nicholas Malaya
cbeb9f9d1b
[cantera2.0]: updating all regression test makefile.ams
2012-06-18 15:29:44 +00:00
Nicholas Malaya
4a80712846
[cantera2.0]: more makefile.am fixes--very close to compiling regression tests, now
2012-06-18 15:14:58 +00:00
Nicholas Malaya
d5432c4f8d
[cantera2.0]: updating makefile.am, still more work on libexec to be done
2012-06-18 04:46:51 +00:00
Nicholas Malaya
92c5f5c57f
[cantera2.0]: updating a few makefiles for the autotools version. Not yet working without link errors, but getting close
2012-06-18 02:29:29 +00:00
Nicholas Malaya
927e128257
[cantera]: updating test makefile include line
2012-06-18 00:34:12 +00:00
Nicholas Malaya
724baced8b
[cantera]: fixing up the build system in prep for the 2.0 release. Should be shiny.
2012-06-14 23:00:58 +00:00
Ray Speth
824a364af8
Regenerated some blessed test output to reflect updated physical constants
2012-06-12 22:48:46 +00:00
Ray Speth
64bb2bc667
Removed some dead argument-parsing code from the regression tests
2012-05-29 21:22:21 +00:00
Ray Speth
b411f513ae
Resolved the namespace collision between the two classes named "Gaussian"
...
This was causing problems on MinGW builds where Gaussian "function" objects
were being misinterpreted as Gaussian "line broadeners" and returning
incorrect results.
2012-05-29 18:03:22 +00:00
Ray Speth
3df5c60e8f
Eliminated trailing commas from some CSV files used in regression tests
2012-05-25 23:13:42 +00:00
Ray Speth
16da33ad42
Fixed compiler warnings in the test suite
2012-05-25 23:13:30 +00:00
Ray Speth
dcb7f37a3c
Modify return value handling for some examples and tests
2012-05-24 16:29:59 +00:00
Ray Speth
5af70f3db8
Removed keyword-substitution cruft
2012-05-24 16:29:29 +00:00
Ray Speth
2523890b6d
Fixed compiler warnings in regression tests
2012-05-11 15:28:02 +00:00
Nicholas Malaya
c81db126fb
[cantera]: fixing makefile to no longer look for deprecated tests. Additionally, updating configure version to 2.0 from 1.8
2012-04-25 14:43:06 +00:00
Nicholas Malaya
79b29300a6
[cantera]: updating autotools build system. Library building, need to fix another test. Additionally, adding hypersonic flow transport model-- need to add hypersonic thermodynamics as well.
2012-04-25 13:18:25 +00:00
Ray Speth
16390cc547
All tests now run using "scons test"
...
The "newtest" target has been removed. Python and Matlab unit tests
can be run with "scons test-python" and "scons test-matlab",
respectively.
2012-04-12 15:28:33 +00:00
Ray Speth
57e1648d75
Added .gitignore for test_problems directory
2012-04-11 17:37:38 +00:00
Harry Moffat
458fbf579d
removed include files that were suppose to have been moved.
2012-04-05 19:17:01 +00:00
Ray Speth
d16f70ab44
Fixed some spelling issues
2012-04-04 18:44:24 +00:00
Ray Speth
b3ae0c9208
Use quotes instead of angle brackets for non-system header #includes
2012-03-15 19:52:16 +00:00
Ray Speth
7676097b4a
Removed execute permission from nonexecutable files
2012-03-13 17:32:41 +00:00
Ray Speth
b5fdb92146
Python tests now have SCons dependency on the Python extension
...
This means that running a Python test will cause the Python extension
to be built, and that changes in the source will cause the Python tests
to rerun.
2012-03-09 22:59:04 +00:00
Ray Speth
312b7ff2c4
Deprecated the global "report(ThermoPhase&)" function
2012-03-09 22:57:35 +00:00
Ray Speth
66ada1c423
Cleaned up the implementation of the NASA9poly test
2012-03-09 22:54:09 +00:00
Ray Speth
54efbaa320
Rewrote exception handling to be more general and more explicit
...
CanteraError inerits from std:exception, so now it has a what() method
that is used to print a message describing the exception. Adding an
exception to the Cantera error stack now requires explicitly calling
the .save() method.
2012-03-05 20:45:56 +00:00
Ray Speth
8150f49c2c
Simplified adding SCons build and install targets
2012-03-05 20:45:20 +00:00
Ray Speth
b07ca01a54
Made surfSolver test more reliable with different compilers
...
Compare only the 'results.txt' file instead of what's printed
to stdout, which contains numerical residuals that tend to change.
2012-02-27 18:15:35 +00:00
Ray Speth
236756fbf0
Removed rogue tabs in the C++ source code
2012-02-27 18:15:02 +00:00
Ray Speth
6cb4bd93ce
Cleaned up whitespace in all Python files using reindent.py
...
4 spaces per indentation level, no tabs, no trailing whitespace,
and a single newline at end of each file.
2012-02-27 18:13:05 +00:00
Ray Speth
9d0d2ae7ef
Fixed a bug where test-clean would delete things it shouldn't
2012-02-27 18:12:37 +00:00
Ray Speth
f7a4e3de64
diamondSurf and min_python/diamond tests now use the same code
2012-02-23 21:25:27 +00:00
Ray Speth
9bcc42b758
Fixed PYTHONPATH when running tests
2012-02-23 21:25:09 +00:00
Ray Speth
35007e0fc9
Combined negATest and min_python/negATest to use the same code
2012-02-23 21:25:03 +00:00
Ray Speth
e5fe4fff9c
Fixed negative array indexing errors in negAtest
2012-02-23 21:24:58 +00:00
Ray Speth
d910af2e0f
Fixed python-diamond test that was failing because of an incorrect path
2012-02-22 00:17:46 +00:00
Ray Speth
bd3adf4afe
Fixed blessed output for HMW_test_1 to correspond to DEBUG_MODE being undefined
2012-02-22 00:17:37 +00:00
Ray Speth
16e82a3ab0
Remove unused definitions of the function pAtable from test_problems
2012-02-22 00:17:30 +00:00
Ray Speth
de32aba15d
All Debye-Huckel tests use a shared copy of the test executable
2012-02-22 00:17:12 +00:00
Ray Speth
ce5abaca0e
All tests using class fileLog now use a shared copy
2012-02-22 00:17:01 +00:00
Ray Speth
01e63f004e
All tests using TemperatureTable.h now use a shared copy
2012-02-22 00:16:48 +00:00
Ray Speth
437294ae00
Removed previously-deprecated array_fp typedef
2012-02-22 00:16:22 +00:00
Ray Speth
18bce3bc62
Fixed lines ending with doubled semicolon.
2012-02-22 00:16:10 +00:00
Ray Speth
35429de71c
Fixed a bunch of spelling errors in the documentation and comments
2012-02-21 16:04:09 +00:00