Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/tests: Move Extension options from src/module_list.py to dis…
Browse files Browse the repository at this point in the history
…tutils directives
  • Loading branch information
mkoeppe committed May 21, 2020
1 parent 70901ea commit eed920e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions src/module_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -1411,10 +1411,6 @@ def uname_specific(name, value, alternative):
##
################################

Extension('sage.tests.stl_vector',
sources = ['sage/tests/stl_vector.pyx'],
language = 'c++'),
Extension('*', ['sage/tests/**/*.pyx'])

Extension('sage.tests.cython',
sources = ['sage/tests/cython.pyx']),
]
2 changes: 2 additions & 0 deletions src/sage/tests/stl_vector.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# distutils: language = c++

"""
Example of a class wrapping an STL vector
Expand Down

0 comments on commit eed920e

Please sign in to comment.