[librsvg] tools: Remove test-memory binary



commit 9fc9d3829ba6b0a6e9f49ddc475538c9ffdf0266
Author: Benjamin Otte <otte redhat com>
Date:   Fri Nov 6 18:46:08 2015 +0100

    tools: Remove test-memory binary
    
    g_mem_set_vtable() is no longer supported, so this tool does nothing.

 tools/Makefile.am   |    8 +-------
 tools/test-memory.c |   35 -----------------------------------
 2 files changed, 1 insertions(+), 42 deletions(-)
---
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 8ae7e3a..d894ae3 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,8 +1,7 @@
 if BUILD_MISC_TOOLS
 noinst_PROGRAMS =                      \
        rsvg-dimensions                 \
-       test-performance                \
-       test-memory
+       test-performance
 
 noinst_LTLIBRARIES =                   \
        librsvg_tools_main.la
@@ -38,8 +37,3 @@ rsvg_dimensions_SOURCES = rsvg-dimensions.c
 rsvg_dimensions_LDFLAGS =
 rsvg_dimensions_DEPENDENCIES = $(DEPS)
 rsvg_dimensions_LDADD = $(LDADDS) $(LIBM)
-
-test_memory_SOURCES = test-memory.c
-test_memory_LDFLAGS =
-test_memory_DEPENDENCIES = $(DEPS)
-test_memory_LDADD = librsvg_tools_main.la $(LDADDS) $(LIBM)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]