From c8b0ce01a8e8de4910709d7d9062b4900a03a2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Ilia=C5=A1?= Date: Thu, 15 Oct 2015 16:43:15 +0200 Subject: [PATCH 1/2] allow python_interpreter test on Windows ...should work... --- test/test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test.py b/test/test.py index b7282b3..cf381a4 100644 --- a/test/test.py +++ b/test/test.py @@ -157,7 +157,6 @@ def test_cxx_accelerate(): configure_build_and_exe('cxx_accelerate', 'python setup --cxx=g++ --accelerate') -@skip_on_windows def test_python_interpreter(): configure_build_and_exe('python_interpreter', 'python setup --cxx=g++') From 4ea3f73bae55bfc8a620384445d7e124ecf84beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Ilia=C5=A1?= Date: Thu, 15 Oct 2015 16:54:34 +0200 Subject: [PATCH 2/2] Update test.py --- test/test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test.py b/test/test.py index cf381a4..e5e296d 100644 --- a/test/test.py +++ b/test/test.py @@ -161,7 +161,6 @@ def test_python_interpreter(): configure_build_and_exe('python_interpreter', 'python setup --cxx=g++') -@skip_on_windows def test_python_interpreter_custom(): setup = 'python setup --cxx=g++ --python=%s' % sys.executable configure_build_and_exe('python_interpreter_custom', setup)