beginnings of tests for conkeror's commandline UI
commit2fd340e911d6546009729ee145df014554280e17
authorJohn Foerch <jjfoerch@earthlink.net>
Sat, 3 Jan 2009 21:47:31 +0000 (3 16:47 -0500)
committerJohn Foerch <jjfoerch@earthlink.net>
Sat, 3 Jan 2009 21:47:31 +0000 (3 16:47 -0500)
tree0e207d3a3830f3ab35c2b17ef1c3218b69686b9c
parent5704536d49c6ac656a67f06a6ed36f5431541dd6
beginnings of tests for conkeror's commandline UI

tests/shell-nix/commandline.sh depends on finding shunit2 in
the PATH.  You will need to download that program, and mark it
executable, and place it in a directory in your PATH to run
these tests.  shunit2 is not executable out-of-the-box, because
you source it in order to run it.  However, this requirement
seemed preferable to bundling shunit2 with conkeror, or hard-coding
an arbitrary path to shunit2.
tests/shell-nix/commandline.sh [new file with mode: 0755]