summaryrefslogtreecommitdiff
path: root/simplejson/tests/_cibw_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'simplejson/tests/_cibw_runner.py')
-rw-r--r--simplejson/tests/_cibw_runner.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/simplejson/tests/_cibw_runner.py b/simplejson/tests/_cibw_runner.py
new file mode 100644
index 0000000..bffb70b
--- /dev/null
+++ b/simplejson/tests/_cibw_runner.py
@@ -0,0 +1,7 @@
+"""Internal module for running tests from cibuildwheel"""
+
+import sys
+import simplejson.tests
+
+if __name__ == '__main__':
+ simplejson.tests.main(project_dir=sys.argv[1])