Changeset 21
- Timestamp:
 - Apr 16, 2009, 11:22:41 AM (17 years ago)
 - Location:
 - sources/test_regression/15042009
 - Files:
 - 
          
- 2 added
 - 1 edited
 
- 
          Makefile (modified) (2 diffs)
 - 
          system2.cpp (added)
 - 
          system3.cpp (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
sources/test_regression/15042009/Makefile
r18 r21 1 1 include ../env.mk 2 2 3 SYSTEM = system.cpp 3 SYSTEM = system.cpp system2.cpp system3.cpp 4 4 EXE_SCASS = $(SYSTEM:.cpp=_systemcass.x) 5 5 EXE_SC = $(SYSTEM:.cpp=_systemc.x) … … 19 19 done 20 20 echo Testing system_systemcass.x ; system_systemcass.x || eval ${failcom} ; \ 21 echo Testing system2_systemcass.x ; system2_systemcass.x || eval ${failcom} ; \ 22 echo Testing system3_systemcass.x ; system3_systemcass.x || eval ${failcom} ; \ 21 23 # 22 24  
Note: See TracChangeset
          for help on using the changeset viewer.
      