summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-02-06 13:58:57 +0000
committerSimon McVittie <smcv@collabora.com>2023-02-06 13:58:57 +0000
commit90a9482ccaa1176672d0351b53c13d1a925fdede (patch)
tree4060b1f0eb4470ef941efa7f21ac7a3746c94dc5
parent7501a0440166e609789b98c0bb98f29bdce43774 (diff)
parent15b6b53ff936fed18da67fe2358a5b16c069685b (diff)
downloaddbus-90a9482ccaa1176672d0351b53c13d1a925fdede.tar.gz
Merge branch 'add-test-header-fields' into 'master'
cmake: add missing test for header-fields See merge request dbus/dbus!322
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--test/CMakeLists.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5982829d..64f4f569 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -362,7 +362,7 @@ windows vs15-64 cmake:
- cmake --build build --config Debug
- cmake --install build --config Debug
# FIXME: a few tests timeout on gitlab runner for unknown reason
- - cd build ; ctest -C Debug -VV --timeout 1200 -E '(dbus-daemon|monitor)' --output-junit $ci_cmake_junit_output
+ - cd build ; ctest -C Debug -VV --timeout 1200 -E '(dbus-daemon|monitor|header-fields)' --output-junit $ci_cmake_junit_output
windows-meson-mingw-ucrt64:
extends: .win-build
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 5c977af7..a4259ae4 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -203,6 +203,7 @@ if(DBUS_WITH_GLIB)
add_test_executable(test-dbus-daemon-eavesdrop dbus-daemon-eavesdrop.c ${TEST_LIBRARIES})
add_test_executable(test-desktop-file internals/desktop-file.c ${TEST_LIBRARIES})
add_test_executable(test-fdpass fdpass.c ${TEST_LIBRARIES})
+ add_test_executable(test-header-fields header-fields.c ${TEST_LIBRARIES})
add_test_executable(test-loopback loopback.c ${TEST_LIBRARIES})
add_test_executable(test-marshal marshal.c ${TEST_LIBRARIES})
add_test_executable(test-monitor monitor.c ${TEST_LIBRARIES})