Log of /branches/RW_WIN32/finley/test
Directory Listing
Revision
221 -
Directory Listing
Modified
Thu Nov 24 11:23:33 2005 UTC
(16 years, 8 months ago)
by
phornby
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).
Revision
218 -
Directory Listing
Modified
Thu Nov 24 07:42:12 2005 UTC
(16 years, 8 months ago)
by
robwdcock
All C++/C Unit tests now build (using scons) and pass on win32
Revision
213 -
Directory Listing
Modified
Thu Nov 24 04:18:40 2005 UTC
(16 years, 8 months ago)
by
robwdcock
SystemMatrixAdapterTestCase is broken and will not compile. Looks like it hasn't been updated to use Paso_SystemMatrix (used to be Finley_SystemMatrix?). I don't know the history so I'm moving the test out of the way for the moment.
Revision
212 -
Directory Listing
Modified
Thu Nov 24 04:16:33 2005 UTC
(16 years, 8 months ago)
by
robwdcock
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,...
Revision
185 -
Directory Listing
Modified
Sun Nov 20 05:43:12 2005 UTC
(16 years, 8 months ago)
by
robwdcock
Robert Woodcock private branch for win32 port. Will eventually be merged with trunk when build systems are unified.
Revision
155 -
Directory Listing
Modified
Wed Nov 9 02:02:19 2005 UTC
(16 years, 9 months ago)
by
jgs
Original Path:
trunk/finley/test
move all directories from trunk/esys2 into trunk and remove esys2
Revision
152 -
Directory Listing
Modified
Fri Oct 21 08:32:21 2005 UTC
(16 years, 9 months ago)
by
phornby
Original Path:
trunk/esys2/finley/test
DataConstantTestCase.cpp, DataExpandedTestCase.cpp:
Replace
DataExpanded testData1(FunctionSpace(),....)
with
FunctionSpace tmp_fns;
DataExpanded testData1(tmp_fns,shape,data);
for GCC's sake.
Added some profiling to PoissonSolverTest.py.