1# SPDX-License-Identifier: MIT or GPL-2.0-only 2 3# XXX Fix to use autotools TESTS = ... 4 5.PHONY: run clean 6 7run: 8 $(srcdir)/run_test.sh ${T} ${R} ${D} 9 10CLEANFILES = *~ */*~ 11 12EXTRA_DIST = \ 13 common/fio_common \ 14 common/loop_common \ 15 generic/001 \ 16 generic/002 \ 17 generic/003 \ 18 loop/001 \ 19 loop/002 \ 20 loop/003 \ 21 loop/004 \ 22 loop/005 \ 23 loop/006 \ 24 loop/007 \ 25 null/001 \ 26 null/002 \ 27 null/004 \ 28 null/005 \ 29 null/006 \ 30 run_test.sh 31