From f434632d2173a93b8da03bba9243b5c8dec00911 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Wed, 6 Apr 2011 00:12:07 -0700 Subject: [PATCH] Add missing c++ tags. --- tests/run/libcpp_all.pyx | 2 ++ tests/wrappers/cppwrap.pyx | 1 + 2 files changed, 3 insertions(+) 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 -- 2.26.2