Files
rk35xx-android14/external/python/cffi/testing/cffi0/test_verify2.py
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

10 lines
316 B
Python

from .test_verify import *
# This test file runs normally after test_verify. We only clean up the .c
# sources, to check that it also works when we have only the .so. The
# tests should run much faster than test_verify.
def setup_module():
import cffi.verifier
cffi.verifier.cleanup_tmpdir(keep_so=True)