source:
branches/2.0/drmaa2_testsuite/Makefile.am
@
82
Revision 82, 279 bytes checked in by mmamonski, 12 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[82] | 1 | # $Id: Makefile.am 3 2009-10-11 18:40:05Z mamonski $ |
2 | ||
3 | CLEANFILES = *.core *.pyc *.pyo | |
4 | ||
5 | AM_CPPFLAGS = -I$(top_srcdir)/drmaa2_utils/drmaa_utils | |
6 | ||
7 | LDADD = $(top_builddir)/pbs_drmaa/libdrmaa.la | |
8 | ||
9 | TEST_NAMES = \ | |
10 | drmaa_example1 | |
11 | ||
12 | ||
13 | TESTS = $(TEST_NAMES) | |
14 | check_PROGRAMS = $(TEST_NAMES) | |
15 | ||
16 |
Note: See TracBrowser
for help on using the repository browser.