diff options
-rw-r--r-- | tests/unix/extra_coverage.py | 4 | ||||
-rw-r--r-- | tests/unix/extra_coverage.py.exp | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/unix/extra_coverage.py b/tests/unix/extra_coverage.py index 72bcc9994a..7bff6d8548 100644 --- a/tests/unix/extra_coverage.py +++ b/tests/unix/extra_coverage.py @@ -13,3 +13,7 @@ print(hash(data[0])) print(hash(data[1])) print(hash(bytes(data[0], 'utf8'))) print(hash(str(data[1], 'utf8'))) + +# test basic import of frozen scripts +import frzstr1 +import frzmpy1 diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp index 0d7fc11804..50bed4dcff 100644 --- a/tests/unix/extra_coverage.py.exp +++ b/tests/unix/extra_coverage.py.exp @@ -48,3 +48,5 @@ Warning: test 7300 7300 7300 +frzstr1 +frzmpy1 |