William West
7d7a457c48
Allow run-tests.sh to skip tests
...
This change allows tests to be skipped for development purposes by
setting the environment variable `ERT_SELECTOR' to a valid ERT test
selector, e.g.:
ERT_SELECTOR='(not "-fixfn")' ./run-tests.sh
Refer to the docstrings for `ert-run-tests-batch-and-exit' and
`ert-select-tests' for details on how to compose test selectors.
11 years ago
Fredrik Bergroth
92ed7ff384
Use vendored ert only on emacs23
11 years ago
Fredrik Bergroth
1ccd2b45b2
Improve byte compilation test
11 years ago
Fredrik Bergroth
c40fa44686
Exclude byte compilation test on emacs23
11 years ago
Fredrik Bergroth
a06e66efb1
Add test for clean byte compilation
11 years ago
Magnar Sveen
f1049f1607
Add dash-functional back, now dependent on dash.el
...
- instead of the other way around
13 years ago
Magnar Sveen
d374fcca52
Revert "Add combinators"
...
This reverts commit 9abae5e6bc .
13 years ago
Fuco1
9abae5e6bc
Add combinators
13 years ago
Magnar Sveen
1284bc6f96
Move .el files out of root.
...
- to avoid cluttering the provide-namespace
- like not interfering with with ert.el
Fixes #9
13 years ago
Magnar Sveen
03370ea899
Simplify examples-to-docs and examples-to-tests with dash
14 years ago
Magnar Sveen
f1c845338c
Rename to dash.
14 years ago
Magnar Sveen
ec27b47648
Turn tests into examples that can both be tested and turned into docs
14 years ago
Magnar Sveen
065f76b740
Use ert.el to run on Emacs 23 as well.
14 years ago
Magnar Sveen
6c398767e8
Set up test framework with one basic test
...
Fixes #1
14 years ago