Move test scripts to tests/scripts
This commit is contained in:
parent
975d5fa206
commit
d09a6b53b5
@ -71,11 +71,14 @@ msg()
|
|||||||
# Indicative running times are given for reference.
|
# Indicative running times are given for reference.
|
||||||
|
|
||||||
msg "test: recursion.pl" # < 1s
|
msg "test: recursion.pl" # < 1s
|
||||||
scripts/recursion.pl library/*.c
|
tests/scripts/recursion.pl library/*.c
|
||||||
|
|
||||||
msg "test: freshness of generated source files" # < 1s
|
msg "test: freshness of generated source files" # < 1s
|
||||||
tests/scripts/check-generated-files.sh
|
tests/scripts/check-generated-files.sh
|
||||||
|
|
||||||
|
msg "test: doxygen markup outside doxygen blocks" # < 1s
|
||||||
|
tests/scripts/check-doxy-blocks.pl
|
||||||
|
|
||||||
msg "test/build: declared and exported names" # < 3s
|
msg "test/build: declared and exported names" # < 3s
|
||||||
cleanup
|
cleanup
|
||||||
tests/scripts/check-names.sh
|
tests/scripts/check-names.sh
|
||||||
|
@ -12,7 +12,7 @@ use warnings;
|
|||||||
use strict;
|
use strict;
|
||||||
use File::Basename;
|
use File::Basename;
|
||||||
|
|
||||||
# header files in the following directories will be checked
|
# C/header files in the following directories will be checked
|
||||||
my @directories = qw(include/mbedtls library doxygen/input);
|
my @directories = qw(include/mbedtls library doxygen/input);
|
||||||
|
|
||||||
# very naive pattern to find directives:
|
# very naive pattern to find directives:
|
Loading…
Reference in New Issue
Block a user