aboutsummaryrefslogtreecommitdiff
path: root/tests/test_multibindings_bind_interface.py
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2016-12-22 16:33:41 +0100
committerMarco Poletti <poletti.marco@gmail.com>2016-12-22 16:33:41 +0100
commitf05259d51068493126391f3a928741a1a1b79db9 (patch)
tree9c3cba453c1664bf7920e772443b85cc7d96ee7a /tests/test_multibindings_bind_interface.py
parentbdf5dc0e67993c8fd475fda1839d2b4dd4a202c3 (diff)
downloadgoogle-fruit-f05259d51068493126391f3a928741a1a1b79db9.tar.gz
Use precompiled headers in Fruit tests. This reduces the test time by ~50% (and the configure+build+test time by ~40%).
Diffstat (limited to 'tests/test_multibindings_bind_interface.py')
-rwxr-xr-xtests/test_multibindings_bind_interface.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_multibindings_bind_interface.py b/tests/test_multibindings_bind_interface.py
index 3d6f41d..066482d 100755
--- a/tests/test_multibindings_bind_interface.py
+++ b/tests/test_multibindings_bind_interface.py
@@ -20,9 +20,7 @@ import unittest
import re
COMMON_DEFINITIONS = '''
- #include <fruit/fruit.h>
- #include <vector>
- #include "test_macros.h"
+ #include "test_common.h"
struct Annotation {};
struct Annotation1 {};