From 0e9ffbb3245012ed9feed089e9582d7bc0e5c74d Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 8 Mar 2022 13:27:39 +0800 Subject: [PATCH] Test/sangshuduo/td 13408 move tests in formaster (#10610) * restore .gitmodules for master * Revert "[TD-13408]: move tests out" This reverts commit 16a385a8336e66c4d247ac0bc6aa07e7e1e39dc8. * immigrate file change from stand-alone repo to TDengine for master * remove tests repository checkout * remove examples in CMakeLists.txt * add examples/rust back for master * fix typo Co-authored-by: tangfangzhi --- .gitmodules | 3 +++ examples/rust | 1 + 2 files changed, 4 insertions(+) create mode 160000 examples/rust diff --git a/.gitmodules b/.gitmodules index 161db96b27..23f279efa0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "deps/TSZ"] path = deps/TSZ url = https://github.com/taosdata/TSZ.git +[submodule "examples/rust"] + path = examples/rust + url = https://github.com/songtianyi/tdengine-rust-bindings.git diff --git a/examples/rust b/examples/rust new file mode 160000 index 0000000000..1c8924dc66 --- /dev/null +++ b/examples/rust @@ -0,0 +1 @@ +Subproject commit 1c8924dc668e6aa848214c2fc54e3ace3f5bf8df -- GitLab