Skip to content

Commit 8fdd0aa

Browse files
committed
tests/linux: fix distribution of 32bits pci domain tests
Signed-off-by: Brice Goglin <[email protected]>
1 parent 274acf4 commit 8fdd0aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/hwloc/linux/Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ sysfs_outputs = \
6767

6868
if HWLOC_HAVE_32BITS_PCI_DOMAIN
6969
sysfs_outputs += 2pa-pcidomain32bits.output
70+
EXTRA_DIST = 2pa-pcidomain32bits-disabled.output
7071
else
7172
sysfs_outputs += 2pa-pcidomain32bits-disabled.output
73+
EXTRA_DIST = 2pa-pcidomain32bits.output
7274
endif
7375

7476
# Each output `xyz.output' must have a corresponding tarball `xyz.tar.bz2'
@@ -172,7 +174,7 @@ TESTS = $(sysfs_outputs)
172174
endif HWLOC_HAVE_BUNZIPP
173175
endif HWLOC_HAVE_OPENAT
174176

175-
EXTRA_DIST = $(sysfs_outputs) $(sysfs_tarballs) $(sysfs_excludes) $(sysfs_options) $(sysfs_envs)
177+
EXTRA_DIST += $(sysfs_outputs) $(sysfs_tarballs) $(sysfs_excludes) $(sysfs_options) $(sysfs_envs)
176178

177179
LOG_COMPILER = $(builddir)/test-topology.sh
178180

0 commit comments

Comments
 (0)