summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-05-22 17:28:35 +0200
committerJens Georg <mail@jensge.org>2021-05-22 17:28:39 +0200
commit881155d323f6ca6af7f06a68b39e3037321d9ca1 (patch)
tree6378fd41c04ed96b07821a7943563d031385d77a /tests
parent4124eb86d36dbafa6544df2b25a0c673319324e2 (diff)
downloadgssdp-881155d323f6ca6af7f06a68b39e3037321d9ca1.tar.gz
build: Remove add_global_arguments
To be able to use it as a subproject
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 09e1e8b..b133e3f 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -1,9 +1,11 @@
functional = executable('test-functional',
['test-functional.c', 'test-util.c'],
+ c_args : '-DHAVE_CONFIG_H=1',
dependencies : gssdp)
regression = executable('test-regression',
['test-regression.c', 'test-util.c'],
+ c_args : '-DHAVE_CONFIG_H=1',
dependencies : gssdp)
# Cannot run tests in parallel because both would do UPnP on localhost