summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/meson.build b/test/meson.build
index f11864e..bcd016e 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -10,8 +10,6 @@ tests = [
foreach t : tests
test(t, executable(t.underscorify(), t + '.cpp',
- include_directories: includes,
implicit_include_directories: false,
- link_with: stdplus,
- dependencies: [gtest, gmock]))
+ dependencies: [stdplus, gtest, gmock]))
endforeach
OpenPOWER on IntegriCloud