We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac77f7 commit 9bfa051Copy full SHA for 9bfa051
test/cpp/integration-tests.bats
@@ -178,6 +178,12 @@ teardown() {
178
assert_output --partial "All checks completed, 0 errors"
179
}
180
181
+@test "clangd should start with a specified compile commands path" {
182
+ run timeout 1s clangd --compile-commands-dir=/root/.amp
183
+ assert_success
184
+ refute_output --partial "Path specified by --compile-commands-dir does not exist. The argument will be ignored."
185
+}
186
+
187
@test "using lld as an alternative linker should result in working host executable" {
188
cmake --preset gcc
189
cmake --build --preset gcc-lld
0 commit comments