Files @ 0cbd80119355
Branch filter:

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

LordOfWar
I'm back till I have to study for finals^^, i would like to make some modifications to the queue now that I have much more experience with linked lists, thanks to my cs-102 class.

I added some commented code to brainstorm the revised queue system, which I wish to discuss with everyone later today.

Ohnobinki, I has lots of questions for you :p
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)