diff options
author | pranomostro <pranomestro@gmail.com> | 2016-12-15 14:49:38 +0100 |
---|---|---|
committer | pranomostro <pranomestro@gmail.com> | 2016-12-15 14:49:38 +0100 |
commit | c38aca268244d3c7004d6987a63d5756df148209 (patch) | |
tree | 66ef5ba9c01281d52f5ee83406ec66558071a0c7 /tests/test-file | |
parent | 340488b7f3615a48f7464f596754514653112fd6 (diff) |
Add tests for ratox, importing z3bra's tests.
Add a target check for the makefile for running the tests.
Diffstat (limited to 'tests/test-file')
-rwxr-xr-x | tests/test-file | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/test-file b/tests/test-file new file mode 100755 index 0000000..2499aa6 --- /dev/null +++ b/tests/test-file @@ -0,0 +1,9 @@ +. ./common + +spawn_users +add_friends +send_file +echo :: $(basename $0) - $(echolor 2 OK) + +cleanup +exit 0 |