Last change
on this file since 784 was
784,
checked in by andreasw, 15 years ago
|
correct svn:keywords property for configure.ac and Makefile.am files
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1003 bytes
|
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 784 2006-05-31 22:25:37Z andreasw $ |
---|
6 | |
---|
7 | # Author: Andreas Waechter IBM 2006-04-13 |
---|
8 | |
---|
9 | AUTOMAKE_OPTIONS = foreign |
---|
10 | |
---|
11 | ######################################################################## |
---|
12 | # unitTest for Clp # |
---|
13 | ######################################################################## |
---|
14 | |
---|
15 | # We are using the CLP solver executable to do the unit test |
---|
16 | test: ../src/clp$(EXEEXT) |
---|
17 | cd ../../Data/Netlib; make uncompress |
---|
18 | ../src/clp$(EXEEXT) -unitTest -netlib -netlibp |
---|
19 | |
---|
20 | .PHONY: test |
---|
21 | |
---|
22 | ######################################################################## |
---|
23 | # Cleaning stuff # |
---|
24 | ######################################################################## |
---|
25 | |
---|
26 | # Here we list everything that is not generated by the compiler, e.g., |
---|
27 | # output files of a program |
---|
28 | |
---|
29 | DISTCLEANFILES = yy.mps xx.mps |
---|
Note: See
TracBrowser
for help on using the repository browser.