Skip to content

Commit

Permalink
Merge pull request #240 from alexlarsson/main
Browse files Browse the repository at this point in the history
tests: Fix distcheck by disting *.version assets too
  • Loading branch information
alexlarsson committed Jan 29, 2024
2 parents 3b34d64 + 25f62e1 commit 2d5cdcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
TEST_ASSETS_SMALL = \
config.dump.gz config-with-hard-link.dump.gz special.dump special_v1.dump

TEST_ASSETS_SMALL_EXTRA = \
special.dump.version special_v1.dump.version

TEST_ASSETS = ${TEST_ASSETS_SMALL} \
cs9-x86_64-developer.dump.gz cs9-x86_64-minimal.dump.gz \
f36-x86_64-silverblue.dump.gz
Expand All @@ -17,6 +20,7 @@ EXTRA_DIST = \
test-random-fuse.sh \
test-checksums.sh \
integration.sh \
$(patsubst %,assets/%,${TEST_ASSETS_SMALL_EXTRA}) \
$(patsubst %,assets/%,${TEST_ASSETS_SMALL}) $(patsubst %,assets/%.sha256,${TEST_ASSETS_SMALL})

check-checksums:
Expand Down

0 comments on commit 2d5cdcb

Please sign in to comment.