summaryrefslogtreecommitdiff
path: root/testing/cffi0/test_verify2.py
blob: a4af6d6653c01bd768ce8ef88eeee14bb5485d2c (plain)
1
2
3
4
5
6
7
8
9
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)