build.json 789 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. "getcallerpc.c",
  25. "iphash.c",
  26. "hcube.c",
  27. "lockdeath.c",
  28. "lockt.c",
  29. "longjmp.c",
  30. "mixedfloat.c",
  31. "mntn.c",
  32. "nanotime.c",
  33. "notify.c",
  34. "nx.c",
  35. "pipering.c",
  36. "privates.c",
  37. "psx.c",
  38. "read0.c",
  39. "sqrt.c",
  40. "syscall.c",
  41. "sysfatal.c",
  42. "sysstatread.c",
  43. "thread.c",
  44. "tsemacquire.c",
  45. "va_copy.c",
  46. "vseprint.c",
  47. "waserror.c",
  48. "wlockt0.c",
  49. "wlockt1.c",
  50. "wlockt2.c"
  51. ]
  52. }
  53. }