Changeset 0eb229 in git


Ignore:
Timestamp:
Jun 16, 2010, 6:07:42 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
ef379084a33f6e92bf855d8d1dbeb7945e9a3f84
Parents:
227efd8f5d6e826d69e0c8fc8c68a29bc56b80d0
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-06-16 18:07:42+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:12+01:00
Message:
make test uses the debug library
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/Makefile.in

    r227efd r0eb229  
    116116        $(INSTALL_DATA) coeffs.h $(includedir)/coeffs.h
    117117
    118 test: test.cc libcoeffs.a
    119         ${CXX} ${CXXFLAGS} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFS} test.cc -L. -I. -lcoeffs -o test -lomalloc -lreporter
     118test: test.cc libcoeffs_g.a
     119        ${CXXG} ${CXXFLAGSG} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFSG} test.cc -L. -I. -lcoeffs_g -o test -lomalloc -lreporter
Note: See TracChangeset for help on using the changeset viewer.