Compare commits

...

2 Commits

Author SHA1 Message Date
Calum Grant
61f456db9e C++: Set stack_referenced_include_directories on some tests 2024-06-07 16:46:32 +01:00
Calum Grant
f801d51ca9 C++: Add --ms_compatibility to 2 tests due to extractor change 2024-06-07 15:52:53 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
// semmle-extractor-options: -I${testdir}/subdir1
// semmle-extractor-options: -I${testdir}/subdir1 --edg --set_flag --edg stack_referenced_include_directories
// main1.cpp
#include "common.h"

View File

@@ -1,4 +1,4 @@
// semmle-extractor-options: -I${testdir}/subdir2
// semmle-extractor-options: -I${testdir}/subdir2 --edg --set_flag --edg stack_referenced_include_directories
// main2.cpp
#include "common.h"

View File

@@ -1,3 +1,3 @@
// semmle-extractor-options: -I${testdir}/a -I${testdir}/b
// semmle-extractor-options: -I${testdir}/a -I${testdir}/b --edg --set_flag --edg stack_referenced_include_directories
#include <test.h>