go.dedis.ch/onet/v4@v4.0.0-pre1/simul/test_simul/simul_test.go (about) 1 package main 2 3 import ( 4 "testing" 5 6 "go.dedis.ch/onet/v4/simul" 7 ) 8 9 func TestSimulation(t *testing.T) { 10 simul.Start("count.toml") 11 }