aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'meowpp/test.py')
-rwxr-xr-xmeowpp/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meowpp/test.py b/meowpp/test.py
index 40de33c..cbb7b8d 100755
--- a/meowpp/test.py
+++ b/meowpp/test.py
@@ -17,7 +17,7 @@ JOIN_TIMEOUT = 1
class Default(object):
COMPILER = 'g++'
- COMPILE_ARGS = '-g -Wall -Werror -std=c++11 -pedantic -pthread'
+ COMPILE_ARGS = '-g -Wall -Werror -std=c++11 -pedantic -pthread -lstdc++'
PROJ_PATH = os.getcwd()
TEST_PATH = os.getcwd()
TIME_LIMIT = 30