Ignore:
Timestamp:
Jun 29, 2009, 5:43:54 PM (15 years ago)
Author:
buchmann
Message:

Remove an unused regression test.
Update some other tests.
Add a TODO section into README file.
Disable some debugging compiler options for common users.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/test_regression/19072006/Makefile

    r15 r34  
    4646
    4747%_systemcass.o : %_systemcass.cpp
    48         $(CXX) $(CFLAGS_SYSTEMCASS) -DCHECK_MULTIWRITING2REGISTER -MM $*_systemcass.cpp >> Makefile.deps
    49         $(CXX) $(CFLAGS_SYSTEMCASS) -DCHECK_MULTIWRITING2REGISTER -c $*_systemcass.cpp -o $*_systemcass.o
     48        $(CXX) $(CFLAGS_SYSTEMCASS) -DCONFIG_CHECK_MULTIWRITING2REGISTER -MM $*_systemcass.cpp >> Makefile.deps
     49        $(CXX) $(CFLAGS_SYSTEMCASS) -DCONFIG_CHECK_MULTIWRITING2REGISTER -c $*_systemcass.cpp -o $*_systemcass.o
    5050
    5151%_socview.o : %_socview.cpp
Note: See TracChangeset for help on using the changeset viewer.