mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
The NetBSD tests for vmstat are basically just a smoke test, ensuring that executing `vmstat` and `vmstat -s` exit successfully. This is more than we test now, so go with it.
9 lines
119 B
Makefile
9 lines
119 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
NETBSD_ATF_TESTS_SH= vmstat_test
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|