source: branches/2.0/drmaa2_testsuite/Makefile.am @ 82

Revision 82, 279 bytes checked in by mmamonski, 12 years ago (diff)

DRMAA 2.0 example

Line 
1# $Id: Makefile.am 3 2009-10-11 18:40:05Z mamonski $
2
3CLEANFILES = *.core *.pyc *.pyo
4
5AM_CPPFLAGS = -I$(top_srcdir)/drmaa2_utils/drmaa_utils
6
7LDADD = $(top_builddir)/pbs_drmaa/libdrmaa.la
8
9TEST_NAMES = \
10  drmaa_example1
11
12
13TESTS = $(TEST_NAMES)
14check_PROGRAMS = $(TEST_NAMES)
15
16
Note: See TracBrowser for help on using the repository browser.