summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3cb93fa..f548989 100644
--- a/Makefile
+++ b/Makefile
@@ -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