geom_gate userland utility improvements
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # $FreeBSD$
-
- SUBDIR= ${_ggatec} \
- ${_ggated} \
- ggatel \
- tests
-
- _ggatec= ggatec
- _ggated= ggated
-
- .PHONY: devtest
-
- devtest:
- find [gst]* -type f -name '*.c' -o -name 'Makefile*' -o -name '*.sh' -o -name '*.8' | entr sh -c 'make -j 4 && make install -j 4 && (kyua test -k /usr/tests/Kyuafile sys/geom/class/gate || (cd /usr/tests && kyua report --verbose))'
-
- .include <bsd.subdir.mk>
|