Ignore:
Timestamp:
May 29, 2013, 6:05:44 PM (11 years ago)
Author:
meunier
Message:
  • Tried to fix a problem with echo
  • Started to resolve some tests failing (often because of the test itself)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/test_regression/env.mk

    r55 r56  
    11
    2 SYSTEMCASS = $(HOME)/src/systemcass/sandbox_test/objdir/
    3 SYSTEMC = /users/outil/soc/systemc/sc22-64
    42
    5 TARGET_ARCH             = linux64
     3TARGET_ARCH = linux64
    64
    75ifeq (${TARGET_ARCH},Darwin)
     
    4947                    ${DYNAMICLIB_FLAG} $(SYSTEMCASS_LIB) ${EFENCE}
    5048
     49ECHO = /bin/echo
     50SILENCE = @
    5151
    52 ifndef SYSTEMC
    53 $(error SYSTEMC is not defined.)
    54 endif
    55 ifndef SYSTEMCASS
    56 $(error SYSTEMCASS is not defined.)
    57 endif
    58 
    59 
    60 
Note: See TracChangeset for help on using the changeset viewer.