Skip to content

Commit

Permalink
Enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jfalcou committed Nov 23, 2022
1 parent 06ed099 commit a098bde
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion cmake/toolchain/specific.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,16 @@
"unit.api.regular.swizzle.zero.exe": "^unit.api.regular.swizzle.zero.exe",
"unit.api.regular.wide.exe": "^unit.api.regular.wide.exe",

"unit.core.add.exe": "^unit.core.add.exe",
"unit.core.all.exe": "^unit.core.all.exe",
"unit.core.any.exe": "^unit.core.any.exe",
"unit.core.bit_andnot.exe": "^unit.core.bit_andnot.exe",
"unit.core.bit_cast.exe": "^unit.core.bit_cast.exe",
"unit.core.convert.exe": "^unit.core.convert.*.exe",
"unit.core.count_true.exe": "^unit.core.count_true.exe",
"unit.core.if_else.exe": "^unit.core.min.exe",
"unit.core.max.exe": "^unit.core.max.exe",
"unit.core.min.exe": "^unit.core.min.exe",
"unit.core.if_else.exe": "^unit.core.min.exe"
"unit.core.none.exe": "^unit.core.none.exe",
"unit.core.sqrt.exe": "^unit.core.sqrt.exe"
}

0 comments on commit a098bde

Please sign in to comment.