Revision bf8040a78ac7781cf6c51849dcde58c42f1e2a27 authored by Christophe Maudoux on 09 March 2019, 20:31:49 UTC, committed by Christophe Maudoux on 09 March 2019, 20:31:49 UTC
1 parent 049df70
Raw File
tasks.json
{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version": "2.0.0",
    "tasks": [
        {
            "label": "build",
            "type": "shell",
            "command": "LANG=C make",
            "problemMatcher": []
        },
        {
            "label": "test",
            "type": "shell",
            "command": "LANG=C make test",
            "problemMatcher": []
        }
    ]
}
back to top