1
1
mirror of https://github.com/wader/fq.git synced 2024-12-24 22:05:31 +03:00
fq/pkg/interp/fqtest_test.go

14 lines
228 B
Go
Raw Normal View History

2020-06-08 03:29:51 +03:00
package interp_test
import (
"testing"
_ "github.com/wader/fq/format/all"
"github.com/wader/fq/pkg/fqtest"
"github.com/wader/fq/pkg/interp"
2020-06-08 03:29:51 +03:00
)
func TestFQTests(t *testing.T) {
fqtest.TestPath(t, interp.DefaultRegister)
2020-06-08 03:29:51 +03:00
}