diff options
author | Chris Elsworth <chris.elsworth@bytemark.co.uk> | 2017-01-31 11:12:10 +0000 |
---|---|---|
committer | Chris Elsworth <chris.elsworth@bytemark.co.uk> | 2017-01-31 11:12:10 +0000 |
commit | 1586557ca5639d160300697cd65067536b66e5d1 (patch) | |
tree | b3cb7c903e52eef5132acbf5d0038b83afe7330b /Makefile | |
parent | c68fe975ab4b47436bd90fa701b83a78793b0f32 (diff) | |
parent | 53f78a01f2fb514d61fdb076f5b749e03ffddb74 (diff) |
Merge branch 'add-make-test' into 'master'
Add gitlab-ci
Closes #13
See merge request !5
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -10,8 +10,11 @@ docs: man/byteback-prune.man man/byteback-restore.man man/byteback-backup.man # To be written # man/byteback-snapshot.man man/byteback-setup-client.man man/byteback-setup-client-receive.man man/byteback-receive.man +test: + ruby test/ts_byteback.rb + clean: $(RM) man/*.man -.PHONY: clean docs all +.PHONY: clean docs all test |