summaryrefslogtreecommitdiff
path: root/tests/test_cases/cflags/TARGETS
blob: 44c99f1bc708609a8d9a60819b39706cbc90784e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ "public":
  { "type": ["test_rules", "test_case"]
  , "name": ["cflags_public"]
  , "targets":
    [ "+main_use_half3"
    , "+test_use_half3"
    , "+main_use_half3f"
    , "+test_use_half3f"
    ]
  , "asserts":
    [ "./main_use_half3/main_use_half3 | grep 1.5"
    , "[ \"$(cat ./test_use_half3/result)\" = \"PASS\" ]"
    , "./main_use_half3f/main_use_half3f | grep 1.5"
    , "[ \"$(cat ./test_use_half3f/result)\" = \"PASS\" ]"
    ]
  , "data": [["TREE", null, "public"]]
  }
, "ALL": {"type": "install", "deps": ["public"], "tainted": ["test"]}
}