Skip to content

Commit

Permalink
submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Feb 7, 2025
1 parent 7772774 commit 8310a26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@
[submodule "compiler+runtime/third-party/boost-preprocessor"]
path = compiler+runtime/third-party/boost-preprocessor
url = https://github.com/jank-lang/boost-preprocessor.git
[submodule "compiler+runtime/test/bash/clojure-test-suite/clojure-test-suite"]
path = compiler+runtime/test/bash/clojure-test-suite/clojure-test-suite
url = https://github.com/jank-lang/clojure-test-suite
Submodule clojure-test-suite added at 7580de
4 changes: 1 addition & 3 deletions compiler+runtime/test/bash/clojure-test-suite/deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
{:paths ["src"]
:deps {io.github.jank-lang/clojure-test-suite {;; TODO update to official repo
:git/url "https://github.com/frenchy64/clojure-test-suite.git"
:git/sha "5eee6304ef96e20143d3e99021a2ed1575fec498"}}}
:deps {io.github.jank-lang/clojure-test-suite {:local/root "clojure-test-suite"}}}

0 comments on commit 8310a26

Please sign in to comment.