blob: 2c7c5a8f5c7a8b584ea18b3ba37bb1001fd95aac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
noinst_SCRIPTS = test \
test_disk_bsd \
test_disk_dos \
test_disk_dvh \
test_disk_gpt \
test_disk_pc98 \
test_disk_mac \
test_disk_sun \
test_fs_ext2 \
test_fs_fat \
test_fs_hfs \
test_fs_hfsplus \
test_fs_linux_swap \
test_fs_reiserfs \
build_leak_list
EXTRA_DIST = HOWTO testrc $(noinst_SCRIPTS)
CLEANFILES = test_log test_out
|