Skip to content

Commit c4eff08

Browse files
committed
Documented Path definitions and tests in the README.
1 parent 8e1bf59 commit c4eff08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The `h` directory implements the CTGL. This directory contains everything neede
1414
| [ctgl.h](h/ctgl.h) | Graph algorithm declarations. |
1515
| [graph.h](h/graph.h) | `Graph` data structure definitions. |
1616
| [list.h](h/list.h) | `List` data structure definitions. |
17+
| [path.h](h/path.h) | `Path` data structure definitions. |
1718
| [utility.h](h/utility.h) | Template metaprogramming utilities. |
1819

1920
The `test` directory contains unit tests for the CTGL. Unit tests are written using the [Google Test](https://github.com/google/googletest) framework.
@@ -24,3 +25,4 @@ The `test` directory contains unit tests for the CTGL. Unit tests are written u
2425
| [forge.h](test/forge.h) | Graph repository for testing. |
2526
| [graph_test.cpp](test/graph_test.cpp) | Unit tests for `Graph`. |
2627
| [list_test.cpp](test/list_test.cpp) | Unit tests for `List`. |
28+
| [path_test.cpp](test/path_test.cpp) | Unit tests for `Path`. |

0 commit comments

Comments
 (0)