diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-01-31 10:10:05 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-01-31 10:10:05 +0000 |
commit | e840018421c47545526e13adb4c7eee3e503c417 (patch) | |
tree | 96593da20b9607d1cd0ceee5b20cc7ce170a2aa8 /Makefile | |
parent | efb246e6cafa42c33dd20ad6b17dd8be582e8f27 (diff) |
Run the test *suite* from the makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ docs: man/byteback-prune.man man/byteback-restore.man man/byteback-backup.man # man/byteback-snapshot.man man/byteback-setup-client.man man/byteback-setup-client-receive.man man/byteback-receive.man test: - ruby test/tc_*.rb + ruby test/ts_byteback.rb clean: $(RM) man/*.man |