X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6416bcb08e3e6a4b304df4c0647a39a1a86b5704..bf04b8efb92e60adf389face2d957846ce7721be:/teshsuite/Makefile.am diff --git a/teshsuite/Makefile.am b/teshsuite/Makefile.am index 99916b8524..1d2b34b47c 100644 --- a/teshsuite/Makefile.am +++ b/teshsuite/Makefile.am @@ -25,6 +25,13 @@ LDADD_RL=$(abs_top_builddir)/src/libgras.la ### XBT tests ### ################# + ## Try large logs ## + #################### + +TESTS += xbt/log_large_test.tesh +noinst_PROGRAMS += xbt/log_large_test +xbt_log_large_test_LDADD = $(LDADD_SG) + ## Try parallel logs ## #######################