Files @ 8b67a70070ef
Branch filter:

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

LordOfWar
Fixed a syntax error, changing curvy brackets to parenthesis

added a frameset structure

adjusted the job_builder and frame_finder functions to use the new structure

prepared to start a function called status_report_generator, this function will scan all the jobs and figure out how done they are

preparing to:
add code to the frame_finder function to scan all the jobs and then run the job of highest priority. Then I will add code to the status_report_generate to change the priority of the job to something the frame_finder won't look it if the job is completed.
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@