From 948666962cc0a5757d147b295ab526674636fac3 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 29 Dec 2017 00:08:56 +0100 Subject: Add parse config test --- tests/src/confTest/project.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/src/confTest/project.conf (limited to 'tests/src/confTest/project.conf') 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" -- cgit v1.2.3