Add watch.test.% makefile task
This commit is contained in:
@@ -23,6 +23,9 @@ test.cover.store:
|
||||
@ $(GOTOOL) cover
|
||||
@ rm $(COVER_PROFILE)
|
||||
|
||||
watch.test.%: $(FSWATCH)
|
||||
( make test.$* || exit 0 ) && ( $(FSWATCH) -o . | xargs -n1 -I{} make test.$* )
|
||||
|
||||
watch.codegen:
|
||||
@ make -C ../ $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user