aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2017-12-28 22:55:50 +0100
committerdec05eba <dec05eba@protonmail.com>2017-12-28 22:56:34 +0100
commit179c5baaa2b24be61f65daad0e4d415914af4c71 (patch)
treeaff81e8c9b158bfe44789305012aa06ec951b482 /project.conf
parent9ffe3db21297192b0f26929e74327487905ad444 (diff)
Add support for tests in a package where type is executable
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/project.conf b/project.conf
index a6e811c..3f46ea9 100644
--- a/project.conf
+++ b/project.conf
@@ -3,7 +3,8 @@ name = "sibs"
type = "executable"
version = "0.1.0"
authors = ["DEC05EBA <0xdec05eba@gmail.com>"]
+tests = "tests"
[dependencies]
libcurl = "7"
-libarchive = "3.3" \ No newline at end of file
+libarchive = "3.3"