Skip to content

Commit 79df099

Browse files
committed
src/sage/graphs/meson.build: add new file is_projective_planar_test.py
Ultimately we may not want to install these test files, but for now the CI is complaining about it. We can decide later on.
1 parent 9af5f8a commit 79df099

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/graphs/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ py.install_sources(
6767
'independent_sets.pyx',
6868
'isgci.py',
6969
'isoperimetric_inequalities.pyx',
70+
'is_projective_planar_test.py',
7071
'line_graph.pyx',
7172
'lovasz_theta.py',
7273
'matching.py',

0 commit comments

Comments
 (0)