Skip to content

jetvova/Route-Planning-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing

For exercises that have unit tests, the project must be built with the approprate test cpp file. This can be done by using cmake_tests instead of cmake. For example, from the build directory:

cmake_tests ..
make

Those commands will build the code with the appropriate tests exercise. The tests can then be run from the build directory as follows:

../bin/test

Not all exercises have tests. The table is given below with the complete list of exercises with tests for reference:

Exercise Name
The RouteModel Class
The Node Class
Create RouteModel Nodes
Write the Distance Function
Create Road to Node Hashmap
Write FindNeighbors
Find the Closest Node
Write the A* Search Stub
Finish A* Search

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published