cgo: add tests for most C types

This commit is contained in:
Ayke van Laethem
2019-11-03 18:42:51 +01:00
committed by Ron Evans
parent 26bdfa9c84
commit be7529b261
3 changed files with 167 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
func TestCGo(t *testing.T) {
var cflags = []string{"--target=armv6m-none-eabi"}
for _, name := range []string{"basic"} {
for _, name := range []string{"basic", "types"} {
name := name // avoid a race condition
t.Run(name, func(t *testing.T) {
t.Parallel()