Changes between Version 7 and Version 8 of SVNrepository


Ignore:
Timestamp:
Jul 21, 2009, 1:50:23 PM (16 years ago)
Author:
buchmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SVNrepository

    v7 v8  
    3636SystemCASS is now working.
    3737
    38 Some users would like to work on SystemCASS library. There is some regression test to help (useless for users, useful for developpers) :
     38=== For DEVELOPPERS and DEBUG ===
     39
     40Some users would like to work on SystemCASS library. There is some regression test to help. This is ''useless for users'', and useful for developpers.
     41
     42First, configure SystemCASS for debug:
     43{{{
     44../configure --prefix=$SYSTEMCASS --enable-check-fsm-rules --enable-check-multiwriting2port --enable-check-multiwriting2register --enable-debug --enable-default-runtime-compilation
     45}}}
     46
     47And make regression test:
    3948{{{
    4049cd ../test_regression
     
    4251}}}
    4352
    44 Now you have everything installed, you may begin using SystemCASS.
     53Look at the makefile in the test_regression directory to know about each test.