Files @ 6015db8cc605
Branch filter:

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

ethanzonca
Bug squashing. Any/all remaining bugs are due to placeholder remoteio code for client/server communication, or variables that will be filled by client/server communication.
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@