[cmc] Rebase include paths to //

See bug for context.

Made with:
find . -type f \( -iname \*.cml -o -iname \*.cmx -o -iname \*.md \) | xargs sed -i 's|"\(\S*\.shard\.cm[lx]"\)|"//\1|g'

Bug: 78683
Change-Id: I62eb44ead29bb54592755a10fac1fd80d8aecabb
Reviewed-on: https://fuchsia-review.googlesource.com/c/libc-tests/+/542703
Fuchsia-Auto-Submit: Shai Barack <shayba@google.com>
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
Reviewed-by: Jay Zhuang <jayzhuang@google.com>
2 files changed
tree: 10513d19f2736f9a6a40557f5254ae7a482f70cc
  1. meta/
  2. third_party/
  3. .clang-format
  4. .gitignore
  5. AUTHORS
  6. BUILD.gn
  7. LICENSE
  8. main.cc
  9. PATENTS
  10. README.md
README.md

Fuchsia libc tests

This repo contains tools for ensuring the correctness of Fuchsia's libc implementation.