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