Last change
on this file since 1502 was
1088,
checked in by andreasw, 14 years ago
|
merging changes from Bug Squashing Party Aug 2007 to regular trunk
|
-
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 1088 2007-08-20 04:05:19Z forrest $ |
---|
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 | if test x"$(DIRNETLIB)" != x; then \ |
---|
18 | NETLIBARG="-dirNetlib $(DIRNETLIB) -netlib"; \ |
---|
19 | fi; \ |
---|
20 | if test x"$(DIRSAMPLE)" != x; then \ |
---|
21 | SAMPLEARG="-dirSample $(DIRSAMPLE)"; \ |
---|
22 | fi; \ |
---|
23 | ../src/clp$(EXEEXT) $$SAMPLEARG -unitTest $$NETLIBARG |
---|
24 | |
---|
25 | .PHONY: test |
---|
26 | |
---|
27 | ######################################################################## |
---|
28 | # Cleaning stuff # |
---|
29 | ######################################################################## |
---|
30 | |
---|
31 | # Here we list everything that is not generated by the compiler, e.g., |
---|
32 | # output files of a program |
---|
33 | |
---|
34 | DISTCLEANFILES = yy.mps xx.mps |
---|
Note: See
TracBrowser
for help on using the repository browser.