diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-05-16 19:17:52 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-05-21 03:06:27 +0200 |
| commit | 325ffb76f6a02f81a27fafe94e863aa8cc71b25a (patch) | |
| tree | 1fac1f4a4a8222ef3b1860b6903bc90b8b270509 /validation/test-suite | |
| parent | a6c549b2e17333a385e6d9eb3962a05471b56985 (diff) | |
| download | sparse-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-x | validation/test-suite | 2 |
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" ;; *) |
