summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2016-11-03 17:31:25 +0100
committerLennart Poettering <lennart@poettering.net>2017-09-22 15:24:55 +0200
commitdb3a59308c67693256f92e9e5541d7f0cbd95bd9 (patch)
treee8c1464c83afedd931abdd6871eb9ffc38cc7778 /src/test/meson.build
parent1274b6c68759be1b06140d13e5ec3a0ce3967e94 (diff)
downloadsystemd-db3a59308c67693256f92e9e5541d7f0cbd95bd9.tar.gz
Add test for eBPF firewall code
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index b1543cdcd2..1f3db65781 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -339,6 +339,17 @@ tests += [
[libbasic],
[]],
+ [['src/test/test-bpf.c',
+ 'src/test/test-helper.c'],
+ [libcore,
+ libshared],
+ [libmount,
+ threads,
+ librt,
+ libseccomp,
+ libselinux,
+ libblkid]],
+
[['src/test/test-hashmap.c',
'src/test/test-hashmap-plain.c',
test_hashmap_ordered_c],