diff options
author | Rebecca Turner <rbt@sent.as> | 2024-04-08 12:43:35 -0700 |
---|---|---|
committer | Rebecca Turner <rbt@sent.as> | 2024-04-08 12:43:35 -0700 |
commit | 12f2565f91a82ec3c99ee7a422f69efaf284353d (patch) | |
tree | f004ba2c4b3adf4648ae5eb1f04f67eac35f604f /tests/unit/meson.build | |
parent | b3233405381b50c7f7eb87d7962b25a06d16be44 (diff) |
Don't run libstore unit tests in project root
This keeps the libstore unit tests from writing
`libstore-unit-tests.xml` to the project root.
Change-Id: I0d9909aabf9f3574cc1e72a5ae81daefba9a394b
Diffstat (limited to 'tests/unit/meson.build')
-rw-r--r-- | tests/unit/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/meson.build b/tests/unit/meson.build index a05776eca..ae850df47 100644 --- a/tests/unit/meson.build +++ b/tests/unit/meson.build @@ -85,6 +85,7 @@ libstore_test_support_sources = files( 'libstore-support/tests/derived-path.cc', 'libstore-support/tests/outputs-spec.cc', 'libstore-support/tests/path.cc', + 'libstore-support/tests/test-data.hh', ) libstore_test_support = library( @@ -142,7 +143,6 @@ test( '_NIX_TEST_UNIT_DATA': meson.project_source_root() / 'tests/unit/libstore/data', }, suite : 'check', - workdir : meson.project_source_root(), protocol : 'gtest', verbose : true, ) |