Something optimizes out empty files and breaks the tests. Put something in.
This commit is contained in:
parent
1495313e53
commit
621325a7dd
17 changed files with 11 additions and 0 deletions
|
|
@ -12,3 +12,6 @@ vanilla # "plane Jane" module both halves in pkg1
|
|||
vanilla_split # python 1/2 in pkg1 C 1/2 in global namespace
|
||||
builtin # both halves in pkg1 (-builtin passed to swig)
|
||||
builtin # python 1/2 in pkg1 C 1/2 in global namespace (with -builtin)
|
||||
|
||||
All of the _nopy3 tests are the same as the above except swig will not
|
||||
use -py3 for python3.
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
# killroy was here
|
||||
|
|
@ -0,0 +1 @@
|
|||
# killroy was here
|
||||
|
|
@ -0,0 +1 @@
|
|||
# killroy was here
|
||||
|
|
@ -0,0 +1 @@
|
|||
# killroy was here
|
||||
|
|
@ -0,0 +1 @@
|
|||
# killroy was here
|
||||
|
|
@ -0,0 +1 @@
|
|||
# killroy was here
|
||||
|
|
@ -0,0 +1 @@
|
|||
# killroy was here
|
||||
|
|
@ -0,0 +1 @@
|
|||
# killroy was here
|
||||
Loading…
Add table
Add a link
Reference in a new issue