Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 382 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 382 Bytes

go-dijkstra-in-parallel

This project was created for Concurrent Programming course of Kaunas University of Technology.

Running Tests

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