aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-11-02 23:17:57 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-11-03 23:28:15 +0100
commitd5075cfdb093af473dea17f4d492da4afb105b13 (patch)
tree3e8003ae74eee853a4f8fcf6036374e2da68423e /README.md
parent9d0ea4418257df19709d8984ced4c63b9b1a2bab (diff)
downloadvis-d5075cfdb093af473dea17f4d492da4afb105b13.tar.gz
vis-d5075cfdb093af473dea17f4d492da4afb105b13.tar.xz
test/sam: add sam testing infrastructure
Compare structural regular expression implementation with the one of sam(1).
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 05fd644..37a25d3 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,11 @@ This repository contains testing infrastructure for the
[vis editor](https://github.com/martanne/vis). It is expected
to be cloned into a sub directory of the `vis` source tree.
-There exist 4 different kinds of tests:
+There exist 5 different kinds of tests:
* `core` are C unit tests for core data structures used by vis
* `vim` tests vim compatibility
+ * `sam` tests sam compatibility of the command language
* `vis` contains tests for vis specific behavior/features
* `lua` contains tests for the vis specific lua api