Files @ 558bdb8753cd
Branch filter:

Location: DistRen/src/tests/Makefile.am - annotation

lordofwar
Got rid of a small amount of crap I made earlier.

Added a function to the slave portion that should tell the server that it completed its frame. Ohnobinki should check if it is correct ;) .
1
2
3
4
5
TESTS=check_execio
check_PROGRAMS=check_execio
check_execio_SOURCES = check_execio.c
check_execio_CFLAGS = @CHECK_CFLAGS@ -I$(top_builddir)/src/common
check_execio_LDADD = $(top_builddir)/src/common/libdistren.la @CHECK_LIBS@