Files @ 29bb47ae5ba9
Branch filter:

Location: DistRen/src/tests/Makefile.am

binki
distrend code cleanup, struct general_info not global, fix change_job_priority()

A lot of references to the struct general_info had to be fixed. I fixed many chunks of code form as I came upon stuff that made no sense.
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)