Files @ b0463de161bd
Branch filter:

Location: DistRen/src/tests/Makefile.am

NEO
added:
void start_data() function
- this function will retrieve saved data from a series of xml file in case the power goes out.
- or it will initialize values at zero if there are no backup files existing.
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@