(t *testing.T, workingDirPath string)
| 219 | } |
| 220 | |
| 221 | func LinkAllTestApps(t *testing.T, workingDirPath string) func() { |
| 222 | testAppsToLink := map[string]string{ |
| 223 | "hipuma": "rack-hi-puma", |
| 224 | "static-site": "static-hi-puma", |
| 225 | "request-headers-dump": "rack-request-headers-dump", |
| 226 | } |
| 227 | |
| 228 | return LinkTestApps(t, workingDirPath, testAppsToLink) |
| 229 | } |