diff options
| author | Claudius Holeksa <mail@keldu.de> | 2023-05-10 11:52:36 +0200 |
|---|---|---|
| committer | Claudius Holeksa <mail@keldu.de> | 2023-05-10 11:52:36 +0200 |
| commit | 28a44d9b98a4365dd5e7cf9ca9778e1966b2ed45 (patch) | |
| tree | 955b72d822aedcae3a121e34d874d0e2f056fa3e | |
| parent | def0493c61775d65715e902987efc021a02bb1ae (diff) | |
| download | mini-test-28a44d9b98a4365dd5e7cf9ca9778e1966b2ed45.tar.gz | |
Fixed some improper description in README
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -35,7 +35,9 @@ Currently just compile each test file with a compiler of your choice with and generate a test binary with -`c++ -std=c++17 libkeltest.a test_file_a.o test_file_b.o -o tests` +`c++ -std=c++17 -lkeltest test_file_a.o test_file_b.o -o tests` + +See `./example` for an example setup. ## Modified commands if not available in env |
