Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
+ Added Options capability + All py files are now compiled and installed into lib directory hierarchy + scons now reads custom options from custom.py. Examples are in the scons_custom_templates directory, just copy to top level build dir and rename to custom.py + scons_ext.py now has some helper functions for building pyc from python and running unit tests (but only when some dependency changes).
Builds on Linux. Changes to path names in top level SConstruct will break the windows build. I've done my best to not change anything else that would break windows, but something might have slipped past. Please check the finley_UnitTests.cpp, bruce_UnitTests.cpp and escript_UnitTest.cpp (look at the TODO).
All C++/C Unit tests now build (using scons) and pass on win32
Reorganise the unit test source tree and how it operates. All tests in the suite are now compiled into a single executable. If for some reason you want to run just one then use the following syntax on the command line: finley_UnitTests --suite=Atest,AnotherTest,YetAnotherTest,...
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC 1.1.26 |