summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-03-31 18:37:31 +0200
committerStef Walter <stefw@collabora.co.uk>2011-03-31 18:37:31 +0200
commit579d40eff31c7a17cc4e4f07d26c6189619fee31 (patch)
treefcb97fc78bfaefdd488ca170ec2725a4b66a2811 /tests
parentcf988aa7858d249887ea0818301c7211bb3cab38 (diff)
Add C++ header guards, and require API instability acknowledgement.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3719a64..bb4bce3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,7 +3,8 @@ INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/p11-kit \
-Icutest \
- -DSRCDIR=\"$(srcdir)\"
+ -DSRCDIR=\"$(srcdir)\" \
+ -DP11_KIT_API_SUBJECT_TO_CHANGE
noinst_PROGRAMS = \
hash-test \