tree: 0eda0645ec0f593b22dc69cc458ab04e3f690110 [path history] [tgz]
  1. BUILD.gn
  2. dump_syms.py
  3. graphics.GBM.gbmtest.cc
  4. kernel.PerfCallgraph.graph.c
  5. platform.UserCrash.crasher.bomb.cc
  6. platform.UserCrash.crasher.crasher.cc
  7. README.md
  8. security.AltSyscall.adjtimex.c
  9. security.AltSyscall.alt_syscall.c
  10. security.AltSyscall.clock_adjtime.c
  11. security.AltSyscall.mmap.c
  12. security.AltSyscall.read.c
  13. security.Minijail.staticbashexec.c
  14. security.MinijailSeccomp.fail.c
  15. security.MinijailSeccomp.ok.c
  16. security.MinijailSeccomp.open.c
  17. security.PtraceProcess.sleeper.c
  18. security.PtraceThread.thread-prctl.c
helpers/local/README.md

This directory contains helper programs that are installed to test system images so they can be used by local Tast tests.

Source files' names should take the form category.TestName.prog.c. They are compiled to e.g. category.TestName.prog and installed to /usr/local/libexec/tast/helpers/local/cros in test system images.

Please do not add new files to this directory if you can avoid it. Spreading a test's logic across multiple locations makes it harder to understand and to modify.