Files @ 8153c9bca64c
Branch filter:

Location: DistRen/src/tests/Makefile.am

NEO
frame_finder(); changes
- changed your_frame=null to your_frame=0
- replaced a placeholder variable (x) with frameset_counter.

status_report_generator changes
- changed some if(meh = meh) to if(meh == meh).
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@