summaryrefslogtreecommitdiff
path: root/test/end-to-end/profile/TARGETS
blob: 68d4d088b9e4a3800beb5e33c0804f711f04448a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "basic":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["basic"]
  , "test": ["basic.sh"]
  , "deps": [["", "mr-tool-under-test"], ["", "tool-under-test"]]
  , "keep-dirs": ["log"]
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["profile"]
  , "deps": ["basic"]
  }
}