From ce65b24fd10ec85f46e946470d1d5cae055f4562 Mon Sep 17 00:00:00 2001 From: katherine Date: Wed, 19 Jun 2019 20:11:04 -0700 Subject: add test submodule --- .gitmodules | 5 ++++- reqs/simple-test | 1 + reqs/uthash | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 reqs/simple-test diff --git a/.gitmodules b/.gitmodules index 2a251eb..83457cb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,9 @@ [submodule "reqs/simple-opt"] path = reqs/simple-opt - url = https://git.airen-no-jikken.icu/k/simple-opt.git + url = https://git.airen-no-jikken.icu/ageha/simple-opt.git [submodule "reqs/uthash"] path = reqs/uthash url = https://github.com/troydhanson/uthash.git +[submodule "reqs/simple-test"] + path = reqs/simple-test + url = https://git.airen-no-jikken.icu/ageha/simple-test.git diff --git a/reqs/simple-test b/reqs/simple-test new file mode 160000 index 0000000..8b1b6b7 --- /dev/null +++ b/reqs/simple-test @@ -0,0 +1 @@ +Subproject commit 8b1b6b7f1b8ab79e5fd3d4d16e7de7ec681130b7 diff --git a/reqs/uthash b/reqs/uthash index 8b214ae..f19dde2 160000 --- a/reqs/uthash +++ b/reqs/uthash @@ -1 +1 @@ -Subproject commit 8b214aefcb81df86a7e5e0d4fa20e59a6c18bc02 +Subproject commit f19dde22d80a563948a263afe00947e6e42ed8f4 -- cgit v1.2.3