Parent Directory | Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Fixed compile for new header file locations <ascend/compiler/xxx.h> etc.
Fixed building of test suite after code reorg. Test suite may still be broken though: seems to segfault and give lots of errors.
Migrate base/generic/packages to ascend/packages. Move base/generic/test to test/base (awaiting further reorg).
Added CUnit test suite for 'compiler' module. Added a couple of *very* preliminary tests. Removed some debug output from packages.c Fixed a #include missing from module.h. Added a couple of missing #ifdef __cplusplus from test header files. Added little bit of test code into relman_hessian_count (still active).
Changed ASC_DLLSPEC(TYPE) to ASC_DLLSPEC TYPE, because it was causing havoc with doxygen and ctags.
Fixed for reporting of METHOD errors in PyGTK GUI. Removed libasctest target (was causing messed up build on Windows) Removed attempt to link libasctestsuite to -ldl on Windows (not necessary) Adding reporting in test.c when no tests have been registered (to flag a problem with static/dynamic linking of CUnit on Windows)
Some work on fixing error with test_ascSignal. Breaking down into smaller test cases. Removed some debug output from detection of ASC_RESETNEEDED. Changed all calls 'signal' to 'SIGNAL' macro that includes optional debug output. Removed 'libasctest.so' (made part of libasctestsuite.so FWIW) Fixed big in test.c wrt CUEA_ABORT. Added 'print_stack' and 'Asc_SignalPrintStack' and 'Asc_SignalStackLength'.
Refactored tests into a shared library of tests and a executable of just the CUnit driver. This will allow the CUnit test suite to be executed via python unittest as part of the growing Python-based test suite. Renamed setjmp and longjmp to SETJMP and LONGJMP throughout ASCEND, to allow some debugging output to be added at each call.
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.
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |