3
0

Add watch.test.% makefile task

This commit is contained in:
Denis Arh
2021-01-04 12:42:25 +01:00
parent 04054ca07f
commit b67d2e0db3

View File

@@ -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 ../ $@