3 #-------------------------------------------------------------------
5 # This script is invoked after regression testing has finished
6 # It performs various consistency checks.
8 # Arguments passed to this script are (from left to right)
9 # - absolute path name of valgrind's root directory
10 # - list of directories being passed to check_makefile_consistency
12 #-------------------------------------------------------------------
17 test_dir
="$abs_top_srcdir/tests"
22 #-------------------------------------------------------------------
24 echo "...checking makefile consistency"
25 $test_dir/check_makefile_consistency
"$@"
30 #-------------------------------------------------------------------
32 echo "...checking header files and include directives"
33 $test_dir/check_headers_and_includes
"$abs_top_srcdir"