aboutsummaryrefslogtreecommitdiff
path: root/tests/main.go
blob: 8e17004c38a084d99c21e4103e737505f7a9652d (plain) (blame)
1
2
3
4
5
6
7
package main

import "tre"

func main() {
	tre.MainTest()
}