From 1d27c7d423f4e7b2c1f2e9b68d99a33ac26d81eb Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Mon, 21 Nov 2022 15:13:24 +0100 Subject: tests/misc: Add test for cexample module. This also moves the existing test for cexample.add_ints originally done in extra_coverage. Signed-off-by: Laurens Valk --- tests/unix/extra_coverage.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/unix/extra_coverage.py') diff --git a/tests/unix/extra_coverage.py b/tests/unix/extra_coverage.py index 00226a68e6..a51b5b856a 100644 --- a/tests/unix/extra_coverage.py +++ b/tests/unix/extra_coverage.py @@ -49,11 +49,6 @@ print(buf.write(bytearray(16))) # function defined in C++ code print("cpp", extra_cpp_coverage()) -# test user C module -import cexample - -print(cexample.add_ints(3, 2)) - # test user C module mixed with C++ code import cppexample -- cgit v1.2.3