aboutsummaryrefslogtreecommitdiff
path: root/tests/Make.config
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Make.config')
-rw-r--r--tests/Make.config10
1 files changed, 10 insertions, 0 deletions
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