/[escript]
ViewVC logotype

Revision 700


Jump to revision: Previous Next
Author: gross
Date: Thu Apr 6 00:13:40 2006 UTC (16 years, 11 months ago)
Changed paths: 291 (showing only 100; show all)
Log Message:
A few changes in the build mechanism and the file structure so scons can build release tar files:

  * paso/src/Solver has been moved to paso/src 
  * all test_.py are now run_.py files and are assumed to be passing python tests. they can run by 
    scons py_tests and are part of the release test set
  * escript/py_src/test_ are moved to escript/test/python and are installed in to the build directory 
    (rather then the PYTHONPATH).
  * all py files in test/python which don't start with run_ or test_ are now 'local_py_tests'. they are installed i
    by not run automatically.
  * CppUnitTest is now treated as a escript module (against previous decisions).
  * scons realse builds nor tar/zip files with relvant source code (src and tests in seperate files)

the python tests don't pass yet due to path problems.



Changed paths

Path Details
Directorytrunk/README_TESTS added
Directorytrunk/SConstruct modified , text changed
Directorytrunk/autotest-scons modified , text changed
Directorytrunk/bruce/py_src/SConscript modified , text changed
Directorytrunk/bruce/py_src/bruce.py modified , text changed
Directorytrunk/bruce/src/SConscript modified , text changed
Directorytrunk/bruce/test/BruceFactoryTestCase.cpp modified , text changed
Directorytrunk/bruce/test/BruceFactoryTestCase.h modified , text changed
Directorytrunk/bruce/test/BruceTestCase.h modified , text changed
Directorytrunk/bruce/test/SConscript modified , text changed
Directorytrunk/bruce/test/bruce_UnitTests.cpp modified , text changed
Directorytrunk/bruce/test/python/BruceTest.py deleted
Directorytrunk/bruce/test/python/ImportTest.py deleted
Directorytrunk/bruce/test/python/SConscript modified , text changed
Directorytrunk/bruce/test/python/run_bruce.py added
Directorytrunk/bruce/test/python/run_utilOnBruce.py
(Copied from trunk/bruce/test/python/test_utilOnBruce.py, r699)
added , text changed
Directorytrunk/bruce/test/python/test_bruce.py
(Copied from trunk/bruce/test/python/BruceTest.py, r699)
added
Directorytrunk/bruce/test/python/test_utilOnBruce.py deleted
Directorytrunk/escript/py_src/SConscript modified , text changed
Directorytrunk/escript/py_src/test_linearPDEs.py deleted
Directorytrunk/escript/py_src/test_pdetools.py deleted
Directorytrunk/escript/py_src/test_symbols.py deleted
Directorytrunk/escript/py_src/test_util.py deleted
Directorytrunk/escript/py_src/test_util_base.py deleted
Directorytrunk/escript/py_src/test_util_binary_no_tagged_data.py deleted
Directorytrunk/escript/py_src/test_util_binary_with_tagged_data.py deleted
Directorytrunk/escript/py_src/test_util_overloaded_binary_no_tagged_data.py deleted
Directorytrunk/escript/py_src/test_util_overloaded_binary_with_tagged_data.py deleted
Directorytrunk/escript/py_src/test_util_reduction_no_tagged_data.py deleted
Directorytrunk/escript/py_src/test_util_reduction_with_tagged_data.py deleted
Directorytrunk/escript/py_src/test_util_slicing_no_tagged_data.py deleted
Directorytrunk/escript/py_src/test_util_slicing_with_tagged_data.py deleted
Directorytrunk/escript/py_src/test_util_spatial_functions.py deleted
Directorytrunk/escript/py_src/test_util_unary_no_tagged_data.py deleted
Directorytrunk/escript/py_src/test_util_unary_with_tagged_data.py deleted
Directorytrunk/escript/src/DataCached.cpp deleted
Directorytrunk/escript/src/DataCached.h deleted
Directorytrunk/escript/src/SConscript modified , text changed
Directorytrunk/escript/test/DataAlgorithmAdapterTestCase.h modified , text changed
Directorytrunk/escript/test/DataArrayTestCase.h modified , text changed
Directorytrunk/escript/test/DataArrayViewTestCase.cpp modified , text changed
Directorytrunk/escript/test/DataArrayViewTestCase.h modified , text changed
Directorytrunk/escript/test/DataBlocks2DTestCase.h modified , text changed
Directorytrunk/escript/test/DataCTestCase.h modified , text changed
Directorytrunk/escript/test/DataCachedTestCase.cpp deleted
Directorytrunk/escript/test/DataCachedTestCase.h deleted
Directorytrunk/escript/test/DataConstantTestCase.h modified , text changed
Directorytrunk/escript/test/DataEmptyTestCase.h modified , text changed
Directorytrunk/escript/test/DataExpandedTestCase.h modified , text changed
Directorytrunk/escript/test/DataFactoryTestCase.h modified , text changed
Directorytrunk/escript/test/DataProfTestCase.h modified , text changed
Directorytrunk/escript/test/DataTaggedTestCase.h modified , text changed
Directorytrunk/escript/test/DataTestCase.h modified , text changed
Directorytrunk/escript/test/DataVectorTestCase.h modified , text changed
Directorytrunk/escript/test/FunctionSpaceTestCase.h modified , text changed
Directorytrunk/escript/test/SConscript modified , text changed
Directorytrunk/escript/test/TaipanTestCase.h modified , text changed
Directorytrunk/escript/test/escript_UnitTest.cpp modified , text changed
Directorytrunk/escript/test/multi_arrayTestCase.h modified , text changed
Directorytrunk/escript/test/python/ImportTest.py deleted
Directorytrunk/escript/test/python/SConscript modified , text changed
Directorytrunk/escript/test/python/benchmark.py deleted
Directorytrunk/escript/test/python/insituTests.py deleted
Directorytrunk/escript/test/python/newEscriptTests.py deleted
Directorytrunk/escript/test/python/run_xml.py
(Copied from trunk/escript/test/python/test_xml.py, r699)
added
Directorytrunk/escript/test/python/test_linearPDEs.py
(Copied from trunk/escript/py_src/test_linearPDEs.py, r699)
added
Directorytrunk/escript/test/python/test_pdetools.py
(Copied from trunk/escript/py_src/test_pdetools.py, r699)
added
Directorytrunk/escript/test/python/test_symbols.py
(Copied from trunk/escript/py_src/test_symbols.py, r699)
added
Directorytrunk/escript/test/python/test_util.py
(Copied from trunk/escript/py_src/test_util.py, r699)
added
Directorytrunk/escript/test/python/test_util_base.py
(Copied from trunk/escript/py_src/test_util_base.py, r699)
added
Directorytrunk/escript/test/python/test_util_binary_no_tagged_data.py
(Copied from trunk/escript/py_src/test_util_binary_no_tagged_data.py, r699)
added
Directorytrunk/escript/test/python/test_util_binary_with_tagged_data.py
(Copied from trunk/escript/py_src/test_util_binary_with_tagged_data.py, r699)
added
Directorytrunk/escript/test/python/test_util_overloaded_binary_no_tagged_data.py
(Copied from trunk/escript/py_src/test_util_overloaded_binary_no_tagged_data.py, r699)
added
Directorytrunk/escript/test/python/test_util_overloaded_binary_with_tagged_data.py
(Copied from trunk/escript/py_src/test_util_overloaded_binary_with_tagged_data.py, r699)
added
Directorytrunk/escript/test/python/test_util_reduction_no_tagged_data.py
(Copied from trunk/escript/py_src/test_util_reduction_no_tagged_data.py, r699)
added
Directorytrunk/escript/test/python/test_util_reduction_with_tagged_data.py
(Copied from trunk/escript/py_src/test_util_reduction_with_tagged_data.py, r699)
added
Directorytrunk/escript/test/python/test_util_slicing_no_tagged_data.py
(Copied from trunk/escript/py_src/test_util_slicing_no_tagged_data.py, r699)
added
Directorytrunk/escript/test/python/test_util_slicing_with_tagged_data.py
(Copied from trunk/escript/py_src/test_util_slicing_with_tagged_data.py, r699)
added
Directorytrunk/escript/test/python/test_util_spatial_functions.py
(Copied from trunk/escript/py_src/test_util_spatial_functions.py, r699)
added
Directorytrunk/escript/test/python/test_util_unary_no_tagged_data.py
(Copied from trunk/escript/py_src/test_util_unary_no_tagged_data.py, r699)
added
Directorytrunk/escript/test/python/test_util_unary_with_tagged_data.py
(Copied from trunk/escript/py_src/test_util_unary_with_tagged_data.py, r699)
added
Directorytrunk/escript/test/python/test_xml.py deleted
Directorytrunk/esysUtils/src/SConscript modified , text changed
Directorytrunk/esysUtils/test/EsysException/ deleted
Directorytrunk/esysUtils/test/EsysExceptionTest.cpp
(Copied from trunk/esysUtils/test/EsysException/EsysExceptionTest.cpp, r699)
added , text changed
Directorytrunk/esysUtils/test/EsysExceptionTestCase.cpp
(Copied from trunk/esysUtils/test/EsysException/EsysExceptionTestCase.cpp, r699)
added
Directorytrunk/esysUtils/test/EsysExceptionTestCase.h
(Copied from trunk/esysUtils/test/EsysException/EsysExceptionTestCase.h, r699)
added , text changed
Directorytrunk/esysUtils/test/SConscript
(Copied from trunk/esysUtils/test/EsysException/SConscript, r699)
added , text changed
Directorytrunk/finley/py_src/SConscript modified , text changed
Directorytrunk/finley/src/ElementFile_borrowLocalVolume.c deleted
Directorytrunk/finley/src/ElementFile_borrowLocalVolume.cccc
(Copied from trunk/finley/src/ElementFile_borrowLocalVolume.c, r699)
added
Directorytrunk/finley/src/SConscript modified , text changed
Directorytrunk/finley/test/MeshAdapterTestCase.h modified , text changed
Directorytrunk/finley/test/SConscript modified , text changed
Directorytrunk/finley/test/finley_UnitTests.cpp modified , text changed
Directorytrunk/finley/test/python/SConscript modified , text changed
Directorytrunk/finley/test/python/advective.py
(Copied from trunk/finley/test/python/test_advect.py, r699)
added
Directorytrunk/finley/test/python/data_meshes/
(Copied from trunk/finley/test/python/test_meshes, r699)
added , props changed
Directorytrunk/finley/test/python/data_meshes/hex_1D_order1.msh deleted
Directorytrunk/finley/test/python/data_meshes/hex_1D_order1_onFace.msh deleted
[...]

  ViewVC Help
Powered by ViewVC 1.1.26