refactor: clean and plugin tests (#26)

* refactor: remove gi_c
* refactor: new intergation example.
* chore: adds new targets.
* doc: adds issue template.
This commit is contained in:
Ludovic Fernandez
2019-01-22 15:53:52 +01:00
committed by Marc Vertes
parent 3c674c2cc4
commit 3f000e5fac
31 changed files with 118 additions and 2209 deletions

View File

@@ -13,4 +13,9 @@ gen_all_syscall: cmd/goexports/goexports
cmd/goexports/goexports: cmd/goexports/goexports.go
go generate cmd/goexports/goexports.go
.PHONY: check gen_all_syscall
gen_tests:
make -C _test
generate: gen_all_syscall cmd/goexports/goexports gen_tests
.PHONY: check gen_all_syscall gen_tests