1 |
# |
2 |
# @(#)$Id: config-test.mk,v 1.23 2007/07/03 11:32:46 templon Exp $ |
3 |
# |
4 |
|
5 |
include paths.mk |
6 |
|
7 |
PROD=lcg-info-dynamic-scheduler-test |
8 |
NAME=lcg-info-dynamic-scheduler-test |
9 |
DESCR=This is a package of test programs for the lcg-info-dynamic-scheduler \ |
10 |
set of programs. It should be run by installing the package, cd to the \ |
11 |
top level dir and do ./test.sh |
12 |
VERSION=2.1.0 |
13 |
RELEASE=1 |
14 |
AUTHOR=Jeff Templon <templon@nikhef.nl> |
15 |
|
16 |
# define files to be in installed version of this package, and |
17 |
# their types (modules, scripts, docs, etc) ... mapping of type |
18 |
# to installed directory are defined in top-level Makefile. |
19 |
|
20 |
MYTESTFILES=test/allok.tst.conf \ |
21 |
test/allok.tst.stderr \ |
22 |
test/allok.tst.stdout \ |
23 |
test/lrmerr1.tst.conf \ |
24 |
test/lrmerr1.tst.stderr \ |
25 |
test/lrmerr1.tst.stdout \ |
26 |
test/lrmerr2.tst.conf \ |
27 |
test/lrmerr2.tst.stderr \ |
28 |
test/lrmerr2.tst.stdout \ |
29 |
test/mauiwarn.tst.conf \ |
30 |
test/mauiwarn.tst.stderr \ |
31 |
test/mauiwarn.tst.stdout \ |
32 |
test/diagmg-extraline \ |
33 |
test/badfreeslots.tst.conf \ |
34 |
test/badfreeslots.ldif \ |
35 |
test/badfreeslots.tst.stderr \ |
36 |
test/badfreeslots.tst.stdout \ |
37 |
test/vomax.badfreeslots \ |
38 |
test/cern1.ok.tst.conf \ |
39 |
test/cern1.ldif \ |
40 |
test/lrminf.cern1.ok \ |
41 |
test/vomax.cern1.ok \ |
42 |
test/cern1.ok.tst.stdout \ |
43 |
test/cern1.ok.tst.stderr \ |
44 |
test/lrminf.baddict \ |
45 |
test/lrminf.ok \ |
46 |
test/lrminf.undefattr \ |
47 |
test/lrminf.badfreeslots \ |
48 |
test/test.sh \ |
49 |
test/tst.ldif \ |
50 |
test/vomax.ok \ |
51 |
test/deny1.ok.ldif \ |
52 |
test/deny1.ok.tst.conf \ |
53 |
test/deny1.ok.lrminf \ |
54 |
test/deny1.2acbrs.ldif \ |
55 |
test/deny1.2acbrs.tst.conf \ |
56 |
test/deny1.2acbrs.tst.stderr \ |
57 |
test/cern.16k.tst.conf \ |
58 |
test/cern.16k.ldif \ |
59 |
test/cern.16k.lrminf \ |
60 |
test/cern.16k.tst.stdout \ |
61 |
test/cern.16k.tst.stderr |
62 |
|
63 |
REQUIRES=python >= 2.2.2 |
64 |
|
65 |
# defaults for RPM |
66 |
GROUP=GIP/LRMS |
67 |
URL=http://www.nikhef.nl/grid |
68 |
LICENSE=VL-e |
69 |
VENDOR=PDP/NIKHEF |
70 |
|
71 |
DATE=03/07/07 13:32 |