aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@gmail.com>2007-07-02 06:41:34 +0200
committerJosh Triplett <josh@freedesktop.org>2007-07-08 11:46:02 -0700
commite99ed37cb3ae84cb41f5550997363a196bb47cf2 (patch)
tree2be54fa7da8cd7b79b9c93baa88c4d4cec0afbe4 /.gitignore
parentMove all the preprocessor tests into validation/preprocessor/ (diff)
downloadsparse-e99ed37cb3ae84cb41f5550997363a196bb47cf2.tar.gz
sparse-e99ed37cb3ae84cb41f5550997363a196bb47cf2.tar.bz2
sparse-e99ed37cb3ae84cb41f5550997363a196bb47cf2.zip
test-suite: a tiny test automation script
This patch introduces test-suite, a simple script that makes test cases verification easier. Test cases in the validation directory are annotated and this script parses them to check if the actual result is the one expected by the test writer. Signed-off-by: Damien Lespiau <damien.lespiau@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e22a8c6..faa046b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,8 @@ patches-*
patches
series
+# test-suite
+*.diff
+*.got
+*.expected
+