From 79938c0903133fd2a040126c98f1564f17160c5f Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Sun, 15 Oct 2023 13:08:14 +0100 Subject: [PATCH] Add luaunit submodule --- .gitmodules | 3 +++ luaunit | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 luaunit diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..94f262f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "luaunit"] + path = luaunit + url = https://github.com/bluebird75/luaunit.git diff --git a/luaunit b/luaunit new file mode 160000 index 0000000..6f526f8 --- /dev/null +++ b/luaunit @@ -0,0 +1 @@ +Subproject commit 6f526f85faabdca7cad893ff4d5f61e4af5d0dd5