Generate random single instructions
This commit is contained in:
9
test/gen_test.go
Normal file
9
test/gen_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
import "testing"
|
||||
|
||||
import "github.com/firestuff/subcoding/gen"
|
||||
|
||||
func TestRandProgram(t *testing.T) {
|
||||
gen.RandProgram()
|
||||
}
|
||||
Reference in New Issue
Block a user