Duplicate tests that are run twice as both C and C++ tests to fix parallel make: keyword_rename
This commit is contained in:
parent
bc3bf51af2
commit
78b113558f
5 changed files with 32 additions and 1 deletions
4
Examples/test-suite/python/keyword_rename_c_runme.py
Normal file
4
Examples/test-suite/python/keyword_rename_c_runme.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
import keyword_rename_c
|
||||
keyword_rename_c._in(1)
|
||||
keyword_rename_c._except(1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue