build.json 769 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "Regress": {
  3. "Include": [
  4. "/sys/src/cmd/cmd.json"
  5. ],
  6. "Install": "/$ARCH/bin/regress",
  7. "NoSourceFilesCmd": [
  8. "tls.c"
  9. ],
  10. "SourceFilesCmd": [
  11. "alarm.c",
  12. "args.c",
  13. "bindtest.c",
  14. "chdir.c",
  15. "conswrite.c",
  16. "cow.c",
  17. "empty.c",
  18. "execl.c",
  19. "fdmux.c",
  20. "float.c",
  21. "fmt.c",
  22. "fork.c",
  23. "frexp.c",
  24. "iphash.c",
  25. "hcube.c",
  26. "lockdeath.c",
  27. "lockt.c",
  28. "longjmp.c",
  29. "mixedfloat.c",
  30. "mntn.c",
  31. "nanotime.c",
  32. "notify.c",
  33. "nx.c",
  34. "pipering.c",
  35. "privates.c",
  36. "psx.c",
  37. "read0.c",
  38. "sqrt.c",
  39. "syscall.c",
  40. "sysfatal.c",
  41. "sysstatread.c",
  42. "thread.c",
  43. "tsemacquire.c",
  44. "va_copy.c",
  45. "vseprint.c",
  46. "waserror.c",
  47. "wlockt0.c",
  48. "wlockt1.c",
  49. "wlockt2.c"
  50. ]
  51. }
  52. }