mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-20 04:19:04 +00:00
cgo: add tests for most C types
This commit is contained in:
committed by
Ron Evans
parent
26bdfa9c84
commit
be7529b261
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user