Changeset 755 for trunk/Clp/test/Makefile.am
- Timestamp:
- May 11, 2006 12:01:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/test/Makefile.am
r754 r755 10 10 11 11 ######################################################################## 12 # unitTest for C oin#12 # unitTest for Clp # 13 13 ######################################################################## 14 14 15 noinst_PROGRAMS = unitTest15 # We are using the CLP solver executable to do the unit test 16 16 17 unitTest_SOURCES = \ 18 CbcOrClpParam.cpp CbcOrClpParam.hpp \ 19 ClpMain.cpp \ 20 MyEventHandler.cpp MyEventHandler.hpp \ 21 MyMessageHandler.cpp MyMessageHandler.hpp \ 22 unitTest.cpp 17 test: ../src/clp_solver 18 ../src/clp_solver -unitTest -netlib -netlibp 23 19 24 # List libraries of COIN projects 25 unitTest_LDADD = \ 26 $(CLPOBJDIR)/src/libClp.la 27 $(COINBASEOBJDIR)/src/libCoinBase.la 28 29 # List additional libraries 30 LIBS += $(ADDLIBS) `cat $(COINBASEOBJDIR)/coin_addlibs.txt` 31 32 # Here list all include flags, relative to this "srcdir" directory. This 33 # "cygpath" stuff is necessary to compile with native compilers on Windows 34 CXXFLAGS += \ 35 -I`$(CYGPATH_W) $(CLPSRCDIR)/src` \ 36 -I`$(CYGPATH_W) $(COINBASESRCDIR)/src` 37 38 test: unitTest 39 ./unitTest -unitTest -netlib -netlibp 20 .PHONY: test 40 21 41 22 ########################################################################
Note: See TracChangeset
for help on using the changeset viewer.