Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove one of the tests which breaks on amd64, it will be readded after my vacations
[simgrid.git] / tools / tesh / Makefile.am
1 AM_CFLAGS = -g
2
3 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include
4
5 bin_PROGRAMS = tesh
6
7 tesh_SOURCES = tesh.c
8 tesh_LDADD   = $(top_builddir)/src/libsimgrid.la 
9
10 TESTS_ENVIRONMENT=./tesh
11 TESTS=basic.tesh  cd.tesh \
12       broken-pipe.tesh segfault.tesh  timeout.tesh
13       
14 #      non-blocking-IO.tesh -> blocks on AMD64
15
16 $(top_builddir)/src/libsimgrid.la: 
17         make -C $(top_builddir)/src libsimgrid.la
18
19 include $(top_srcdir)/acmacro/dist-files.mk