diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-03 16:25:11 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-03 16:25:11 +0200 |
| commit | a94316159904e37ada2b932757a2594ef796efe0 (patch) | |
| tree | fa30ee5b774148f262cd75edf454d5f73fec8763 /Makefile | |
| parent | 211ccd35392b0d64e042b97b19708a87a862498a (diff) | |
Makefile: Force only Python as a viable wrapper
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ test: test-go test-wrappers test-go: go test ./... -WRAPPERS ?= $(notdir $(patsubst %/,%,$(wildcard wrappers/*/))) +#WRAPPERS ?= $(notdir $(patsubst %/,%,$(wildcard wrappers/*/))) +WRAPPERS=python # Enable parallelism if -j is specified, but first execute build test-wrappers: build |
