From 5addc3fa00be1ac2017bd1a5ab1ecba4f73ce1da Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Thu, 25 Nov 2021 15:02:33 +0100 Subject: Add Python wrapper --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3