Project

General

Profile

« Previous | Next » 

Revision 6304ff63

Added by Hamza Bourbouh about 8 years ago

add ctest for Stateflow

View differences:

regression_tests/README
4 4
> cd build
5 5
> cmake ..
6 6
> make
7

  
8

  
9
In Build folder if you want to run Ctest test:
10

  
11
>make test
12
Or
13
>ctest
14

  
15
If you want to specify witch tests to run you can choose to run test
16
matching regular expressions:
17

  
18
run all tests have Stateflow in their names.
19
> ctest -R Stateflow 
20

  
21

  
22

  
23
To report test to CDash
24
>ctest -D Experimental

Also available in: Unified diff