rocky pushed a change to branch master.
from 96cf00c Add how to configure/test from emacs..
new 9b35c3a Use %S to print expected/actual message.
new 2cbec07 Merge pull request #6 from
rubikitch/better-failure-message
new 46890e0 Rename test-gcd.el -> gcd-tests.el to comply with Melpa
new d857417 Merge pull request #8 from rubikitch/rename-test-filename
new 01f08e3 Document targets "check-short" and "install-short"
new 9a0f304 New function `test-simple-run': register test
new c7987a6 Emacs exits abnormally when noninteractive test fails.
new d9abe19 gcd-tests.el: Add test-simple-run comment line
new 35ef95d Mention test-simple-run in README.md
new 8204b89 .travis.yml: Drop support of Emacs23 (Test in Emacs24)
new fc5c159 test-simple-run: make it a command.
new e904e38 Mention M-x test-simple-run in README.md
new 3056b86 Merge pull request #9 from rubikitch/test-runner
new 536ce2f Remove unused lexical variables noted in byte compilation
new 4c40e8d A spelling typo
new 611bd94 Switch from Carton to Cask
new 6fd325b Merge pull request #10 from syohex/switch-to-cask
new 95e58b5 Why didn't I do this before?!
new 613fe8b Version 1.2.0 sync with elpa
new e199434 Minor changes
new 187808a TAP output in batch mode now goes to stdout, not stderr
new a8bd341 Merge pull request #11 from doomvox/tap_stdout
new 0d2969f Use cl-lib instead of cl.el
new 604942d Merge pull request #12 from syohex/cl-lib
new e18adb1 Merge commit '604942d36021a8b14877a0a640234a09c79e0927'
new a2383c7 Bump version ..
Summary of changes:
packages/load-relative/load-relative.el | 4 ++--
packages/test-simple/.gitignore | 1 +
packages/test-simple/.travis.yml | 12 +++++++---
packages/test-simple/Makefile.am | 5 +++--
packages/test-simple/test-simple.el | 35 ++++++++++++++++++++----------
packages/test-simple/test/test-basic.el | 2 +-
packages/test-simple/test/test-fns.el | 8 +++----
packages/test-simple/test/test-no-clear.el | 2 +-
8 files changed, 44 insertions(+), 25 deletions(-)