One test file makes "non-standard" use of `rsync` by direct name -- not even using a makefile variable like `$(RSYNC)`. The use assumes the availability of `rsync` which might not be available,
The use can easily be replaced by equivalent `cp -R`
The use can easily be replaced by equivalent `cp -R`