aboutsummaryrefslogtreecommitdiff
path: root/tests/src/confTest/gitDependency.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/confTest/gitDependency.conf')
-rw-r--r--tests/src/confTest/gitDependency.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/src/confTest/gitDependency.conf b/tests/src/confTest/gitDependency.conf
new file mode 100644
index 0000000..d18b267
--- /dev/null
+++ b/tests/src/confTest/gitDependency.conf
@@ -0,0 +1,9 @@
+[package]
+name = "confTest"
+version = "0.1.0"
+type = "library"
+platforms = ["linux64", "win64"]
+
+[dependencies]
+xxhash = { git = "https://github.com/DEC05EBA/xxHash.git", branch = "master" }
+catch2 = "1.0.0"