X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d025d7c1cb392baeaaed4b058f0ec82b9cb11fde..7d1e64a60320ee4f8ceccaee1903ce5110107098:/examples/simdag/Makefile.am diff --git a/examples/simdag/Makefile.am b/examples/simdag/Makefile.am index b29a672bb5..5cdb4c570f 100644 --- a/examples/simdag/Makefile.am +++ b/examples/simdag/Makefile.am @@ -1,10 +1,27 @@ -INCLUDES= -I$(top_srcdir)/include -AM_CFLAGS=-g +# Copyright (c) 2004-2007. The SimGrid team. All right reserved. -#TESTS=run_msg_test -check_PROGRAMS=sd_test +# 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. -sd_test_SOURCES= sd_test.c -sd_test_LDADD= $(top_builddir)/src/libsimgrid.la + +INCLUDES = -I$(top_srcdir)/include +AM_CFLAGS = -g +EXTRA_DIST = 2clusters.xml + +CLEANFILES = sd_test.trace + +TESTS_ENVIRONMENT = $(top_builddir)/tools/tesh/tesh + +TESTS = test_simdag.tesh test_simdag2.tesh +check_PROGRAMS = sd_test sd_test2 + +bin_PROGRAMS = + +sd_test_SOURCES = sd_test.c +sd_test_LDADD = $(top_builddir)/src/libsimgrid.la + +sd_test2_SOURCES = sd_test2.c +sd_test2_LDADD = $(top_builddir)/src/libsimgrid.la include $(top_srcdir)/acmacro/dist-files.mk