mirror of
https://github.com/boostorg/python.git
synced 2026-02-02 09:02:15 +00:00
7 lines
179 B
Python
7 lines
179 B
Python
import demo # Get demo imported now so test_extclass won't look in its own directory
|
|
import os
|
|
os.chdir('..')
|
|
import test_extclass
|
|
test_extclass.run(['-v', '--broken-auto-ptr'])
|
|
|