mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-04 06:57:48 +00:00
53404b3f4b
This speeds up the smoke tests by over 5x on my laptop, but keeps two features that I find very important: 1. A stable output, which is used by tools like sizediff. 2. An easy to change text file with all the smoke tests. This means that parsing is a little bit harder, but with the help of packages like shlex and flag this is actually not very difficult.
14 lines
334 B
Modula-2
14 lines
334 B
Modula-2
module tinygo.org/x/drivers
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
|
github.com/frankban/quicktest v1.10.2
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
|
|
tinygo.org/x/tinyfont v0.3.0
|
|
tinygo.org/x/tinyfs v0.2.0
|
|
tinygo.org/x/tinyterm v0.1.0
|
|
)
|