X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/86051ed1b66342bae0e21fd6643e66331ac2c07d..e1c190397d9e2c31a34db0ca8891dc23eeba5e2d:/tools/tesh/Makefile.am diff --git a/tools/tesh/Makefile.am b/tools/tesh/Makefile.am index 5e9c7095fa..cab98ac715 100644 --- a/tools/tesh/Makefile.am +++ b/tools/tesh/Makefile.am @@ -1,11 +1,18 @@ +# Copyright (c) 2004-2007. The SimGrid team. All right reserved. + +# This file is part of the SimGrid project. This is free software: +# You can redistribute and/or modify it under the terms of the +# GNU LGPL (v2.1) licence. + + AM_CFLAGS = -g -INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include +INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include -I$(top_srcdir)/src bin_PROGRAMS = tesh tesh_SOURCES = run_context.c run_context.h tesh.c tesh.h buff.h buff.c signal.c -tesh_LDADD = $(top_builddir)/src/libsimgrid.la +tesh_LDADD = $(top_builddir)/src/libgras.la TESTS_ENVIRONMENT=./tesh TESTS=basic.tesh cd.tesh \ @@ -14,6 +21,7 @@ TESTS=basic.tesh cd.tesh \ catch-return.tesh catch-signal.tesh catch-timeout.tesh \ catch-wrong-output.tesh \ bg-basic.tesh bg-set-signal.tesh background.tesh +EXTRA_DIST=$(TESTS) $(top_builddir)/src/libsimgrid.la: make -C $(top_builddir)/src libsimgrid.la