-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Point lurch to wnereiz:dev to test gkdr/lurch#129 as a solution for #6
Signed-off-by: Olivier Mehani <olivier.mehani@learnosity.com>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lurch
updated
14 files
+22 −0 | .appveyor.yml | |
+50 −5 | Makefile | |
+1 −1 | README.md | |
+1 −1 | lib/libomemo | |
+142 −275 | src/lurch.c | |
+1 −1 | src/lurch.h | |
+554 −0 | src/lurch_api.c | |
+100 −0 | src/lurch_api.h | |
+270 −0 | src/lurch_cmd_ui.c | |
+10 −0 | src/lurch_cmd_ui.h | |
+166 −0 | src/lurch_util.c | |
+51 −0 | src/lurch_util.h | |
+674 −0 | test/test_lurch_api.c | |
+216 −0 | test/test_lurch_util.c |