Added README documentation for unit tests and fixed typos (#106)

* Fixed minor typos in readme

* Created a README for general unit testing purposes and fixed typo in main.cpp of unittests.
This commit is contained in:
Brandon Kong
2022-03-01 15:02:26 -05:00
committed by GitHub
parent 115b93298d
commit a8b4c1f0c6
4 changed files with 34 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ Use these instructions to build a clio executable from source. These instruction
./bootstrap.sh
./b2 -j$((`nproc`+1))
# Add the following 'export' command
# to your profile file (/~.profile):
# to your profile file (~/.profile):
# -------------------------------
export BOOST_ROOT=/home/my_user/boost_1_75_0
source ~/.profile