]> gitweb.michael.orlitzky.com - libsvgtiny.git/blobdiff - Makefile
Something approximating a makefile for the test binary.
[libsvgtiny.git] / Makefile
index 04fe3fc362eb81bfc413a3a389b22ebdf49fc379..2f74aa11fdffb6f9a0807286c3ad0eec94896e84 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,8 @@ COMPONENT_TYPE ?= lib-static
 # Setup the tooling
 include build/makefiles/Makefile.tools
 
+TESTRUNNER := $(ECHO)
+
 # Toolchain flags
 WARNFLAGS := -Wall -Wundef -Wpointer-arith -Wcast-align \
        -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \