X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/73c1556ffe18cf4542bfa39dc9384adc7d2bb79c..9046619a52ea2f0d4ff5c7a081c7f59e1ed30b08:/examples/gras/properties/Makefile.am diff --git a/examples/gras/properties/Makefile.am b/examples/gras/properties/Makefile.am index 5d9568b766..dcdd24f5a1 100644 --- a/examples/gras/properties/Makefile.am +++ b/examples/gras/properties/Makefile.am @@ -7,24 +7,29 @@ INCLUDES= -I$(top_srcdir)/include -EXTRA_DIST=properties.xml +EXTRA_DIST= include $(top_srcdir)/examples/gras/tests.mk +# override EXTRA_DIST and TESTS since we do not have 32bits and 64bits variants of the sg test here +EXTRA_DIST=properties.xml test_sg test_rl +TESTS=test_sg test_rl + + # AUTOMAKE variable definition -noinst_PROGRAMS=properties_slave properties_master properties_simulator +noinst_PROGRAMS=properties_alice properties_bob properties_simulator properties_simulator_SOURCES= _properties_simulator.c properties.c properties_simulator_LDADD= $(top_builddir)/src/libsimgrid.la -properties_slave_SOURCES= _properties_slave.c properties.c -properties_slave_LDADD= $(top_builddir)/src/libgras.la +properties_alice_SOURCES= _properties_alice.c properties.c +properties_alice_LDADD= $(top_builddir)/src/libgras.la -properties_master_SOURCES= _properties_master.c properties.c -properties_master_LDADD= $(top_builddir)/src/libgras.la +properties_bob_SOURCES= _properties_bob.c properties.c +properties_bob_LDADD= $(top_builddir)/src/libgras.la # Take care of generatated sources NAME=properties -PROCESSES= slave master +PROCESSES= alice bob include $(top_srcdir)/examples/temps-gras-stub.mk # Cruft