From 356eeb7a319b6ee865f5001d1e3d8fab2f57e3c0 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Mon, 10 Nov 2014 20:29:19 +0000 Subject: Initial unit testing setup with an example test --- tests/Make.config | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/Make.config (limited to 'tests/Make.config') diff --git a/tests/Make.config b/tests/Make.config new file mode 100644 index 0000000..0bc905d --- /dev/null +++ b/tests/Make.config @@ -0,0 +1,10 @@ +NAME := xttest +SUFFIX := .cpp +DIRS := . +LIBRARY := +FLAGS := -I../include +LDFLAGS := ../src/libxtract.a + +ifeq ($(PLATFORM), Darwin) + LDFLAGS += -framework Accelerate +endif -- cgit v1.2.3