checkstat 'cache hit (direct)' 0
checkstat 'cache hit (preprocessed)' 0
checkstat 'cache miss' 1
- checkfile other.d "$expected_d_content"
+ checkfile other.d "$expected_mmd_d_content"
+ CCACHE_DISABLE=1 $COMPILER -c -Wp,-MMD,other.d test.c -o reference_test.o
+ compare_file reference_test.o test.o
rm -f other.d
checkstat 'cache hit (direct)' 1
checkstat 'cache hit (preprocessed)' 0
checkstat 'cache miss' 1
- checkfile other.d "$expected_d_content"
+ checkfile other.d "$expected_mmd_d_content"
+ compare_file reference_test.o test.o
rm -f other.d