summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-02 15:53:57 +0300
committerLars Wirzenius <liw@sequoia-pgp.org>2021-10-27 16:31:43 +0300
commit8757edc9f4a8db88d6dd9579c0f423683f547d36 (patch)
tree26d6fa75bf7bbd9e6650dcdc2ae74c16559a089b /.gitignore
parent463b8702ab672e1f528968f46f81b8cfdf2005c8 (diff)
sq: add scaffolding for an integration/acceptance test suite
Add support for an integration and acceptance test suite using the Subplot tool (https://subplot.liw.fi/). There are the initial, very simple test scenarios, to get us started. The goal is to introduce the scaffolding for integration tests, so that further tests can be added with ease later. The tests are documented and defined in sq-subplot.md. In build.rs, we call Subplot to generate test code from the markdown file. The tests are run via "cargo test", as usual. Subplot can also generate a typeset test document from sq-subplot.md, but we don't do that here.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d11a7d36..13cef60b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@
.gdb_history
.dir-locals.el
Makefile
+sq/*.html
+sq/*.pdf