From 07702e0dfc8b23913dcbed1909a08de15d141085 Mon Sep 17 00:00:00 2001 From: BrandonRomano Date: Sat, 2 Apr 2016 16:40:34 -0400 Subject: [PATCH] Add test module --- .gitmodules | 3 +++ core_modules/github.com/ash-shell/test | 1 + core_modules/module_aliases.yaml | 1 + 3 files changed, 5 insertions(+) create mode 160000 core_modules/github.com/ash-shell/test diff --git a/.gitmodules b/.gitmodules index aada4ed..e05280d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "core_modules/github.com/ash-shell/apm"] path = core_modules/github.com/ash-shell/apm url = https://github.com/ash-shell/apm.git +[submodule "core_modules/github.com/ash-shell/test"] + path = core_modules/github.com/ash-shell/test + url = https://github.com/ash-shell/test.git diff --git a/core_modules/github.com/ash-shell/test b/core_modules/github.com/ash-shell/test new file mode 160000 index 0000000..a11af6f --- /dev/null +++ b/core_modules/github.com/ash-shell/test @@ -0,0 +1 @@ +Subproject commit a11af6fce23fe396913521cd5ca53cfaaa5443a3 diff --git a/core_modules/module_aliases.yaml b/core_modules/module_aliases.yaml index 75a495a..7cb7f46 100644 --- a/core_modules/module_aliases.yaml +++ b/core_modules/module_aliases.yaml @@ -2,3 +2,4 @@ apm: github.com/ash-shell/apm logger: github.com/ash-shell/logger obj: github.com/ash-shell/obj yamlparse: github.com/ash-shell/yaml-parse +test: github.com/ash-shell/test