summaryrefslogtreecommitdiffstats
path: root/rtemsspec/tests/test_build.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsspec/tests/test_build.py')
-rw-r--r--rtemsspec/tests/test_build.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtemsspec/tests/test_build.py b/rtemsspec/tests/test_build.py
index 28e971fb..e5290528 100644
--- a/rtemsspec/tests/test_build.py
+++ b/rtemsspec/tests/test_build.py
@@ -31,7 +31,7 @@ from rtemsspec.tests.util import create_item_cache_config_and_copy_spec
def test_build(tmpdir):
item_cache_config = create_item_cache_config_and_copy_spec(
- tmpdir, "spec-build")
+ tmpdir, "spec-build", with_spec_types=True)
item_cache = ItemCache(item_cache_config)
build_config = {}
@@ -41,4 +41,4 @@ def test_build(tmpdir):
build_config["sources"] = ["a", "b"]
build_config["uids"] = ["/g"]
files = gather_files(build_config, item_cache)
- assert files == ["a", "b", "stu", "jkl", "mno", "abc", "def"]
+ assert files == ["a", "b", "stu", "jkl", "mno", "abc", "def", "th"]