From: Robert Bradshaw Date: Wed, 6 Apr 2011 07:12:07 +0000 (-0700) Subject: Add missing c++ tags. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f434632d2173a93b8da03bba9243b5c8dec00911;p=cython.git Add missing c++ tags. --- diff --git a/tests/run/libcpp_all.pyx b/tests/run/libcpp_all.pyx index 5eaf009e..97cc5ab7 100644 --- a/tests/run/libcpp_all.pyx +++ b/tests/run/libcpp_all.pyx @@ -1,3 +1,5 @@ +# tag: cpp + cimport libcpp cimport libcpp.deque diff --git a/tests/wrappers/cppwrap.pyx b/tests/wrappers/cppwrap.pyx index 6dfeced8..b07a5c65 100644 --- a/tests/wrappers/cppwrap.pyx +++ b/tests/wrappers/cppwrap.pyx @@ -1,3 +1,4 @@ +# tag: cpp cimport cppwrap_lib