From 5322817d1c382d5ba377be0080bd4c5da525cd2f Mon Sep 17 00:00:00 2001 From: Tharre Date: Sun, 25 Jan 2015 20:38:20 +0100 Subject: Add testing framework `bats`, this fixes #6 --- test/args.bats | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/args.bats (limited to 'test/args.bats') diff --git a/test/args.bats b/test/args.bats new file mode 100644 index 0000000..4115b66 --- /dev/null +++ b/test/args.bats @@ -0,0 +1,8 @@ +#!/usr/bin/env bats + +load test_helper + +@test "check arguments supplied to .do files" { + run redo args_test.ext + [ $status -eq 0 ] +} -- cgit v1.2.3-70-g09d2