-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump test_support to head of develop (ahead of v1.0.0)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule test_support
updated
15 files
+19 −0 | .github/workflows/auto-format.yml | |
+7 −0 | .gitignore | |
+0 −1 | Build.pl | |
+5 −0 | CHANGELOG.rst | |
+9 −3 | README.rst | |
+45 −0 | examples/code_coverage/Makefile | |
+5 −0 | examples/code_coverage/README.rst | |
+51 −0 | examples/code_coverage/code_coverage.py | |
+104 −0 | examples/code_coverage/config/XK_XVF3510_L71.xn | |
+88 −0 | examples/code_coverage/src/main.xc | |
+166 −87 | lib/python/Pyxsim/__init__.py | |
+36 −48 | lib/python/Pyxsim/pyxsim.py | |
+116 −141 | lib/python/Pyxsim/testers.py | |
+68 −14 | lib/python/xcoverage/xcov.py | |
+1 −1 | test_support/module_build_info |