Rename crates.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-04-22 01:41:02 +00:00
parent 0024354345
commit 9b658d86b2
316 changed files with 1590 additions and 1593 deletions

View File

@@ -18,7 +18,7 @@ run () {
fi
}
conduwuit () {
tuwunel () {
UWU_OPTS=$@
rm -rf /tmp/uwu_smoketest.db
echo -e "[global]\nserver_name = \"localhost\"\ndatabase_path = \"/tmp/uwu_smoketest.db\"" > /tmp/uwu_smoketest.toml
@@ -38,8 +38,8 @@ element () {
run cargo "$TOOLCHAIN" build $ELEMENT_OPTS --all-targets
run cargo "$TOOLCHAIN" test $ELEMENT_OPTS --all-targets
run cargo "$TOOLCHAIN" bench $ELEMENT_OPTS --all-targets
run cargo "$TOOLCHAIN" run $ELEMENT_OPTS --bin conduwuit -- -V
run conduwuit "$TOOLCHAIN" run $ELEMENT_OPTS --bin conduwuit
run cargo "$TOOLCHAIN" run $ELEMENT_OPTS --bin tuwunel -- -V
run tuwunel "$TOOLCHAIN" run $ELEMENT_OPTS --bin tuwunel
fi
}