forked from koreader/koreader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f0f86a
commit 0307a0e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule base
updated
10 files
+0 −7 | .busted | |
+1 −1 | .ci/test_script.sh | |
+15 −0 | .circleci/config.yml | |
+1 −0 | .github/workflows/build.yml | |
+25 −10 | Makefile | |
+6 −9 | Makefile.defs | |
+1 −0 | cache-key.base | |
+25 −0 | test-runner/busted_config.lua | |
+71 −0 | test-runner/meson.build | |
+229 −0 | test-runner/runtests |