This project was created for Concurrent Programming course of Kaunas University of Technology.
In order to run tests, you need to go to main folder and type the following command:
$ go test
If you want to run specific test function:
$ go test -run Test4Vertices
Add -v flag to see the results
$ go test -v