Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ With a simple but powerful caching algorithm, you can get subsequent objects muc

## Tests

`cd` to this directory and run `g++ -std=c++14 tests.cpp -o tests && ./tests`
`cd` to this directory and run `g++ -std=c++14 extras/test/tests.cpp -o tests && ./tests`

-------------------------

Expand Down
2 changes: 1 addition & 1 deletion tests.cpp → extras/test/tests.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//g++ -std=c++14 tests.cpp -o tests && ./tests

#include "LinkedList.h"
#include "../../LinkedList.h"
#include <assert.h>
#include <iostream>

Expand Down