[[test]] name = "basic" working-directory = "basic" command = "$" arguments = ["build"] [[test]] name = "interface" working-directory = "interface" command = "$" arguments = ["build"] [[test]] name = "fetch-content" working-directory = "fetch-content" command = "$" arguments = ["build"] [[test]] name = "conditions" working-directory = "conditions" command = "$" arguments = ["build"] [[test]] name = "vcpkg" working-directory = "vcpkg" command = "$" arguments = ["build"] [[test]] name = "cxx-standard" working-directory = "cxx-standard" command = "$" arguments = ["build"] [[test]] name = "globbing" working-directory = "globbing" command = "$" arguments = ["build"] [[test]] name = "templates" working-directory = "templates" command = "$" arguments = ["build"] [[test]] condition = "msvc" name = "msvc-runtime" working-directory = "msvc-runtime" command = "$" arguments = ["build"] [[test]] name = "compile-options" working-directory = "compile-options" command = "$" arguments = ["build"] [[test]] condition = "windows" name = "relative-paths" working-directory = "relative-paths" command = "$" arguments = ["build"]