mirror of
https://github.com/encounter/cpp3ds.git
synced 2026-03-30 11:04:22 -07:00
Pthread lib apparently needed for gtest
This commit is contained in:
+1
-1
@@ -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=$?
|
||||
|
||||
Reference in New Issue
Block a user