From 52fb8b939fdae91a07730799f5b9a423df071e1e Mon Sep 17 00:00:00 2001 From: Willie Betschart Date: Thu, 17 Apr 2014 12:20:20 +0200 Subject: [PATCH 2/2] New API - Validation of buffer allocation --- test/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Makefile.in b/test/Makefile.in index cd559f6..7465a99 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -102,7 +102,7 @@ CONFIG_CLEAN_VPATH_FILES = am__EXEEXT_2 = rapptest$(EXEEXT) $(am__EXEEXT_1) am__rapptest_SOURCES_DIST = rapp_test.c rapp_check.c rapp_tests.def \ rapp_test_util.h rapp_test_util.c rapp_test_pixel.c \ - rapp_test_bitblt.c rapp_test_pixop.c rapp_test_type.c \ + rapp_test_bitblt.c rapp_test_malloc.c rapp_test_pixop.c rapp_test_type.c \ rapp_test_thresh.c rapp_test_reduce.c rapp_test_reduce_bin.c \ rapp_test_expand_bin.c rapp_test_rotate.c \ rapp_test_rotate_bin.c rapp_test_stat.c rapp_test_moment_bin.c \ @@ -116,7 +116,7 @@ am__rapptest_SOURCES_DIST = rapp_test.c rapp_check.c rapp_tests.def \ @address@hidden = rapp_check.$(OBJEXT) am_rapptest_OBJECTS = $(am__objects_1) rapp_test_util.$(OBJEXT) \ rapp_test_pixel.$(OBJEXT) rapp_test_bitblt.$(OBJEXT) \ - rapp_test_pixop.$(OBJEXT) rapp_test_type.$(OBJEXT) \ + rapp_test_pixop.$(OBJEXT) rapp_test_malloc.$(OBJEXT) rapp_test_type.$(OBJEXT) \ rapp_test_thresh.$(OBJEXT) rapp_test_reduce.$(OBJEXT) \ rapp_test_reduce_bin.$(OBJEXT) rapp_test_expand_bin.$(OBJEXT) \ rapp_test_rotate.$(OBJEXT) rapp_test_rotate_bin.$(OBJEXT) \ @@ -455,10 +455,10 @@ clean-checkPROGRAMS: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -rapptest$(EXEEXT): $(rapptest_OBJECTS) $(rapptest_DEPENDENCIES) +rapptest$(EXEEXT): $(rapptest_OBJECTS) $(rapptest_DEPENDENCIES) @rm -f rapptest$(EXEEXT) $(AM_V_CCLD)$(LINK) $(rapptest_OBJECTS) $(rapptest_LDADD) $(LIBS) address@hidden@verify_logfile$(EXEEXT): $(verify_logfile_OBJECTS) $(verify_logfile_DEPENDENCIES) address@hidden@verify_logfile$(EXEEXT): $(verify_logfile_OBJECTS) $(verify_logfile_DEPENDENCIES) @RAPP_LOGGING_FALSE@ @rm -f verify_logfile$(EXEEXT) @RAPP_LOGGING_FALSE@ $(AM_V_CCLD)$(LINK) $(verify_logfile_OBJECTS) $(verify_logfile_LDADD) $(LIBS) -- 1.8.3.2