10 lines
181 B
Makefile
10 lines
181 B
Makefile
all: test
|
|
|
|
test: test_zfspoolplugin test_disklist
|
|
|
|
test_zfspoolplugin: run_test_zfspoolplugin.pl
|
|
./run_test_zfspoolplugin.pl
|
|
|
|
test_disklist: run_disk_tests.pl
|
|
./run_disk_tests.pl
|