diff options
author | dec05eba <dec05eba@protonmail.com> | 2017-12-29 00:08:56 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2017-12-29 00:09:05 +0100 |
commit | 948666962cc0a5757d147b295ab526674636fac3 (patch) | |
tree | 3c57a9f82815e8fc3d3e9966d9d12324bee7f3fd /tests/src/confTest/project.conf | |
parent | 179c5baaa2b24be61f65daad0e4d415914af4c71 (diff) |
Add parse config test
Diffstat (limited to 'tests/src/confTest/project.conf')
-rw-r--r-- | tests/src/confTest/project.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/src/confTest/project.conf b/tests/src/confTest/project.conf new file mode 100644 index 0000000..e50ad9c --- /dev/null +++ b/tests/src/confTest/project.conf @@ -0,0 +1,8 @@ +[package] +name = "confTest" +version = "0.1.0" +type = "library" + +[dependencies] +xxhash = "0.1.0" +catch2 = "1.0.0" |