Last change
on this file since 400 was
372,
checked in by andreasw, 15 years ago
|
renamed CBc executables
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.1 KB
|
Line | |
---|
1 | # Copyright (C) 2006 International Business Machines and others. |
---|
2 | # All Rights Reserved. |
---|
3 | # This file is distributed under the Common Public License. |
---|
4 | |
---|
5 | ## $Id: Makefile.am 372 2006-06-15 14:18:02Z andreasw $ |
---|
6 | |
---|
7 | # Author: Andreas Waechter IBM 2006-04-13 |
---|
8 | |
---|
9 | AUTOMAKE_OPTIONS = foreign |
---|
10 | |
---|
11 | ######################################################################## |
---|
12 | # unitTest for Cbc # |
---|
13 | ######################################################################## |
---|
14 | |
---|
15 | # We are using the Cbc solver executable to do the unit test |
---|
16 | |
---|
17 | test: ../src/cbc-generic$(EXEEXT) ../src/cbc$(EXEEXT) |
---|
18 | cd ../../Data/Netlib; make uncompress |
---|
19 | cd ../../Data/miplib3; make uncompress |
---|
20 | ../src/cbc-generic$(EXEEXT) -miplib -unitTest |
---|
21 | ../src/cbc$(EXEEXT) -unitTest -netlib |
---|
22 | |
---|
23 | .PHONY: test |
---|
24 | |
---|
25 | ######################################################################## |
---|
26 | # Cleaning stuff # |
---|
27 | ######################################################################## |
---|
28 | |
---|
29 | # Here we list everything that is not generated by the compiler, e.g., |
---|
30 | # output files of a program |
---|
31 | |
---|
32 | DISTCLEANFILES = yy.mps xx.mps |
---|
Note: See
TracBrowser
for help on using the repository browser.