aboutsummaryrefslogtreecommitdiff
path: root/test cases/rewrite/2 subdirs/addSrc.json
blob: 017476c6029bf8d5e3a9fe8b96821d89e2af3079 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
  {
    "type": "target",
    "target": "something",
    "operation": "src_add",
    "sources": ["third.c"]
  },
  {
    "type": "target",
    "target": "something",
    "operation": "test"
  }
]