summaryrefslogtreecommitdiffstats
path: root/.arcconfig
blob: 624665a59d9f694cd3ac8c6d06a2ef8e38968154 (plain)
1
2
3
4
5
6
7
{
    "aliases" : {
        "smoke" : [ "!./fb-remote-test.sh --smoke" ],
        "test" : [ "!./fb-remote-test.sh --all" ],
        "asan-noleaks" : [ "!./fb-remote-test.sh --all --asan-noleaks" ]
    }
}