mirror of https://github.com/Nonannet/copapy.git
test for stencil db updated to not require files in obj
This commit is contained in:
parent
c2f48ef6b1
commit
bbaac3c589
|
|
@ -1,8 +1,10 @@
|
|||
from copapy._stencils import stencil_database, get_stencil_position
|
||||
import platform
|
||||
from copapy._basic_types import stencil_db_from_package
|
||||
|
||||
arch = platform.machine()
|
||||
sdb = stencil_database(f'src/copapy/obj/stencils_{arch}_O3.o')
|
||||
#sdb = stencil_database(f'src/copapy/obj/stencils_{arch}_O3.o')
|
||||
sdb = stencil_db_from_package(arch)
|
||||
|
||||
|
||||
def test_list_symbols():
|
||||
|
|
|
|||
Loading…
Reference in New Issue