summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEmil Ernerfeldt <emil.ernerfeldt@gmail.com>2024-05-27 21:28:33 +0200
committerGitHub <noreply@github.com>2024-05-27 21:28:33 +0200
commita8b50e6aa12f7b25cc00c09794a6a5f4dce2fff0 (patch)
treeef290d6a5691e7eeaffba140d16edcf800e37cd7 /Cargo.toml
parent7a17a6d6ad5a1dc92f0b642ac44d25e12b428f14 (diff)
Move test crates to own folder (#4554)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a42033c0..77cc2e7b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ members = [
"crates/epaint",
"examples/*",
+ "tests/*",
"xtask",
]