summaryrefslogtreecommitdiff
path: root/build/Makefile.tests
diff options
context:
space:
mode:
Diffstat (limited to 'build/Makefile.tests')
-rw-r--r--build/Makefile.tests8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/Makefile.tests b/build/Makefile.tests
new file mode 100644
index 0000000..9f41045
--- /dev/null
+++ b/build/Makefile.tests
@@ -0,0 +1,8 @@
+
+CUTEST_CFLAGS = \
+ -I$(top_srcdir)/build/cutest \
+ -DSRCDIR=\"$(abs_srcdir)\" \
+ -DBUILDDIR=\"$(abs_builddir)\" \
+ -DP11_KIT_FUTURE_UNSTABLE_API
+
+CUTEST_LIBS = $(top_builddir)/build/libcutest.la