aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/test-suite
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-05-16 19:17:52 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-05-21 03:06:27 +0200
commit325ffb76f6a02f81a27fafe94e863aa8cc71b25a (patch)
tree1fac1f4a4a8222ef3b1860b6903bc90b8b270509 /validation/test-suite
parenta6c549b2e17333a385e6d9eb3962a05471b56985 (diff)
downloadsparse-dev-325ffb76f6a02f81a27fafe94e863aa8cc71b25a.tar.gz
autodoc: add autodoc tests in the testsuite
It's certainly worth to have some tests but to not slow down the testsuite and to not create a dependency on python this test need to be run explicitely with: ./test-suite doc/cdoc.cdoc Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/test-suite')
-rwxr-xr-xvalidation/test-suite2
1 files changed, 1 insertions, 1 deletions
diff --git a/validation/test-suite b/validation/test-suite
index 04607a3e..e1ab1e65 100755
--- a/validation/test-suite
+++ b/validation/test-suite
@@ -566,7 +566,7 @@ while [ "$#" -gt "0" ]; do
exit 1
;;
- *.c)
+ *.c|*.cdoc)
tests_list="$tests_list $1"
;;
*)