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.
 
 
 
 

17 lines
384 B

  1. # $FreeBSD$
  2. SUBDIR= ${_ggatec} \
  3. ${_ggated} \
  4. ggatel \
  5. tests
  6. _ggatec= ggatec
  7. _ggated= ggated
  8. .PHONY: devtest
  9. devtest:
  10. 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))'
  11. .include <bsd.subdir.mk>