From c4b8e0389576202129236ba725551938764844cd Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Mon, 21 Jun 2021 17:47:58 +0200 Subject: tests: both_library test improvements This switches some `shared_library()` calls to `library()` and adds one new CI matrix entries for -Ddefault_library={static, both}. --- .github/workflows/os_comp.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/os_comp.yml b/.github/workflows/os_comp.yml index 5b49142..34b113b 100644 --- a/.github/workflows/os_comp.yml +++ b/.github/workflows/os_comp.yml @@ -52,7 +52,11 @@ jobs: cfg: - CC: 'gcc' CXX: 'g++' - - MESON_ARGS: '--unity=on' + - MESON_ARGS: '--unity=on -Ddefault_library=static' + RUN_TESTS_ARGS: '--no-unittests' + CC: 'gcc' + CXX: 'g++' + - MESON_ARGS: '-Ddefault_library=both' RUN_TESTS_ARGS: '--no-unittests' CC: 'gcc' CXX: 'g++' -- cgit v1.1