Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics to java documentation
[simgrid.git] / tools / tesh / Makefile.am
1 # Copyright (c) 2004-2007. The SimGrid team. All right reserved.
2
3 # This file is part of the SimGrid project. This is free software:
4 # You can redistribute and/or modify it under the terms of the
5 # GNU LGPL (v2.1) licence.
6
7
8 AM_CFLAGS = -g
9
10 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include -I$(top_srcdir)/src
11
12 bin_PROGRAMS = tesh
13
14 tesh_SOURCES = run_context.c run_context.h tesh.c tesh.h signal.c
15 tesh_LDADD   = $(top_builddir)/src/libgras.la 
16
17 TESTS_ENVIRONMENT=./tesh
18 TESTS=basic.tesh  cd.tesh \
19       IO-broken-pipe.tesh IO-orders.tesh IO-bigsize.tesh \
20       set-return.tesh   set-signal.tesh   set-timeout.tesh   set-ignore-output.tesh\
21       catch-return.tesh catch-signal.tesh catch-timeout.tesh \
22       catch-wrong-output.tesh \
23       bg-basic.tesh bg-set-signal.tesh background.tesh
24 EXTRA_DIST=$(TESTS)
25
26 $(top_builddir)/src/libsimgrid.la: 
27         make -C $(top_builddir)/src libsimgrid.la
28
29 include $(top_srcdir)/acmacro/dist-files.mk