diff --git a/test/run.sh b/test/run.sh index 13e1fee..e697c8b 100755 --- a/test/run.sh +++ b/test/run.sh @@ -1,5 +1,5 @@ echo "Compiling unit tests..." -g++ main.cpp -lgtest -o test +g++ main.cpp -lgtest -lpthread -o test echo "Running unit tests..." ./test -v result=$?