From 337b14e6029d9a68398b5170ebd992f59e5aeeb0 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Tue, 5 Nov 2013 00:29:39 +0200 Subject: Some test tuning. --- environment.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'environment.py') diff --git a/environment.py b/environment.py index cbf9352..84768f1 100644 --- a/environment.py +++ b/environment.py @@ -733,6 +733,9 @@ def find_cppcheck(): def is_osx(): return platform.system().lower() == 'darwin' +def is_linux(): + return platform.system().lower() == 'linux' + def is_windows(): return platform.system().lower() == 'windows' -- cgit v1.1