about summary refs log tree commit diff
path: root/testpkgs/args/args.fix
blob: 54a13ddba858b5c2e9ae60392d26e3b029e45f4f (plain) (blame)
1
2
3
4
5
6
7
Package(
  [ ("name", "args")
  , ("build", Relative("args/args-build.sh"))

  , ("args", ["1", "2", "3", IncludeFix("slow2/slow.fix")])
  ]
)