7 lines
112 B
Makefile
7 lines
112 B
Makefile
all: test
|
|
|
|
test: test_zfspoolplugin
|
|
|
|
test_zfspoolplugin: run_test_zfspoolplugin.pl
|
|
./run_test_zfspoolplugin.pl
|