Changeset 35 for sources/test_regression/Makefile
- Timestamp:
- Jun 29, 2009, 6:03:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/test_regression/Makefile
r18 r35 30 30 # 05042006 : check number of writings into each out port 31 31 # check reading from an sc_out port 32 # (test check_multiwriting2port option) 32 33 # 02052006 : check sc_uint, sc_int, sc_signal<X> when X is double, char, 33 34 # signed int, unsigned int and so on. (little/big endianness test) … … 38 39 # 07122006 : check if we can declare an undefined external function as 39 40 # a sc_method. 40 # check a virtual method as a sc_method => segmentation fault41 # check a virtual method as a sc_method 41 42 # (Unable to check if sc_method is a virtual one) 42 43 # 20122006 : check Petrot's scheduling (CASS, quasi static) … … 46 47 # 23032007 : check multiple execution on the same computer 47 48 # 15042009 : check sc_uint operators (==, =, <<=, +=) 49 # in some cases, such as a compairison, the developper has to use 50 # sc_signal<T>::read() method to explicitly read a sc_signal. 48 51 49 52 ## Uncomment the following variable if you want to compile and run the
Note: See TracChangeset
for help on using the changeset viewer.