diff options
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/meson.build b/tests/unit/meson.build index a2e882098..a5523a813 100644 --- a/tests/unit/meson.build +++ b/tests/unit/meson.build @@ -63,6 +63,7 @@ libutil_tester = executable( liblixutil, liblixexpr, liblixutil_test_support, + nlohmann_json, ], ) @@ -127,6 +128,7 @@ libstore_tester = executable( liblixutil, rapidcheck, gtest, + nlohmann_json, ], ) @@ -191,6 +193,7 @@ libexpr_tester = executable( rapidcheck, boehm, gtest, + nlohmann_json, ], ) |