Files @ 3dde26c84524
Branch filter:

Location: DistRen/src/tests/Makefile.am

LordOfWar
-renamed blend_frame_watchdog() to frame_watchdog()
-frame_watchdog() now uses the variable watchdog_forgiveness in the distrenjob structure
-watchdog_forgiveness is now is seconds, since it is easier to specify a fraction of an hour with seconds using an integer, rather than trying to use a float or long.
1
2
3
4
5
6
7
8
9
TESTS=check_execio check_asprintf
check_PROGRAMS=check_execio check_asprintf
check_execio_SOURCES = check_execio.c
check_execio_CFLAGS = @CHECK_CFLAGS@ -I$(top_builddir)/src/common
check_execio_LDADD = $(top_builddir)/src/common/libdistrencommon.la @CHECK_LIBS@

check_asprintf_SOURCES=check_asprintf.c
check_asprintf_CFLAGS=$(check_execio_CFLAGS)
check_asprintf_LDADD=$(check_execio_LDADD)