diff options
author | Jürg Billeter <j@bitron.ch> | 2019-02-02 05:48:43 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2019-02-13 11:48:45 +0100 |
commit | c7625cdfab71248ced7e4623b7fc1cf4ca97db52 (patch) | |
tree | 346480f6feecb3e84ef135735afa7174935c7197 | |
parent | 14db3287d37e31f54ccc6a94917cd62dd2b2ec0c (diff) | |
download | buildstream-c7625cdfab71248ced7e4623b7fc1cf4ca97db52.tar.gz |
tests/integration/project: Add tests directory to split rule
This is required to fix tests with the following commit that changes
list_relative_paths() to return all directories.
-rw-r--r-- | tests/integration/project/project.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/project/project.conf b/tests/integration/project/project.conf index 726f65686..ddfe47b6d 100644 --- a/tests/integration/project/project.conf +++ b/tests/integration/project/project.conf @@ -18,4 +18,6 @@ options: split-rules: test: - | + /tests + - | /tests/* |