diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,8 +9,14 @@ test-go: go test test-wrappers: build + $(MAKE) -j .test-csharp .test-python + +.test-csharp: $(MAKE) -C wrappers/csharp test +.test-python: + $(MAKE) -C wrappers/python test + clean: $(MAKE) -C exports clean $(MAKE) -C wrappers/csharp clean |
