mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
48c028f5a5
According to the FHS. Testing scripts and examples which are all architecture independent should be installed in a subdirectory under /usr/share. http://www.pathname.com/fhs/2.2/fhs-4.11.html Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
14 lines
676 B
Makefile
14 lines
676 B
Makefile
pkgdatatestdir = $(pkgdatadir)/zpios-test
|
|
dist_pkgdatatest_SCRIPTS = \
|
|
$(top_srcdir)/scripts/zpios-test/16th-8192rc-4rs-1cs-4off.sh \
|
|
$(top_srcdir)/scripts/zpios-test/1th-16rc-4rs-1cs-4off.sh \
|
|
$(top_srcdir)/scripts/zpios-test/1x256th-65536rc-4rs-1cs-4off.sh \
|
|
$(top_srcdir)/scripts/zpios-test/256th-65536rc-4rs-1cs-4off.sh \
|
|
$(top_srcdir)/scripts/zpios-test/4th-1024rc-4rs-1cs-4off.sh \
|
|
$(top_srcdir)/scripts/zpios-test/large.sh \
|
|
$(top_srcdir)/scripts/zpios-test/large-thread-survey.sh \
|
|
$(top_srcdir)/scripts/zpios-test/medium.sh \
|
|
$(top_srcdir)/scripts/zpios-test/small.sh \
|
|
$(top_srcdir)/scripts/zpios-test/tiny.sh \
|
|
$(top_srcdir)/scripts/zpios-test/lustre.sh
|