From 8787fd360498eac9491db5a15f96fec137fe4476 Mon Sep 17 00:00:00 2001
From: Mark Florisson <markflorisson88@gmail.com>
Date: Wed, 20 Apr 2011 11:45:26 +0200
Subject: [PATCH] Make the OpenMP test a numpy test

---
 tests/run/{parallel.pyx => numpy_parallel.pyx} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename tests/run/{parallel.pyx => numpy_parallel.pyx} (99%)

diff --git a/tests/run/parallel.pyx b/tests/run/numpy_parallel.pyx
similarity index 99%
rename from tests/run/parallel.pyx
rename to tests/run/numpy_parallel.pyx
index 93cde580e..cfe2b1c9d 100644
--- a/tests/run/parallel.pyx
+++ b/tests/run/numpy_parallel.pyx
@@ -1,4 +1,4 @@
-# tag: run
+# tag: numpy
 # distutils: libraries = gomp
 # distutils: extra_compile_args = -fopenmp
 
-- 
2.30.9