diff options
| author | Taras Madan <tarasmadan@google.com> | 2022-09-26 09:23:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-26 09:23:11 +0200 |
| commit | d59ba98314e02be939938f682fd67cd68bbb3b68 (patch) | |
| tree | 27a44d1d8315577110c0c9e09fb825a386b6255b /Makefile | |
| parent | 0042f2b4c00ce1ceeaa44a0147909fe3a6f86c5c (diff) | |
vm: add the proxyapp support (#3269)
* vm: add pool.Close() support
* vm: add proxyapp client implementation
* vm/proxyapp: autogenerate mocks
* vm/proxyapp: add proxyapp tests
* pkg/mgrconfig: add proxyapp type tests
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -240,6 +240,7 @@ generate: generate_go: format_cpp $(GO) generate ./pkg/csource ./executor ./pkg/ifuzz ./pkg/build + $(GO) generate ./vm/proxyapp generate_fidl: ifeq ($(TARGETOS),fuchsia) |
