File: clang_cu_alias.bash

package info (click to toggle)
ccache 4.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,188 kB
  • sloc: cpp: 47,282; asm: 28,570; sh: 8,674; ansic: 5,357; python: 685; perl: 68; makefile: 23
file content (13 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
SUITE_clang_cu_alias_PROBE() {
    clang_cu_PROBE
}

SUITE_clang_cu_alias_SETUP() {
    export CLANG_CU_LANG_TYPE="cuda"

    clang_cu_SETUP
}

SUITE_clang_cu_alias() {
    clang_cu_tests
}