mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C++: Create cpp/ql/test/{.project,.qlpath}
These are adapted from `javascript/ql/test`.
This commit is contained in:
12
cpp/ql/test/.project
Normal file
12
cpp/ql/test/.project
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>semmlecode-cpp-tests</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>com.semmle.plugin.qdt.core.qlnature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
10
cpp/ql/test/.qlpath
Normal file
10
cpp/ql/test/.qlpath
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<ns2:qlpath xmlns:ns2="https://semmle.com/schemas/qlpath">
|
||||
<librarypath>
|
||||
<path kind="WORKSPACE">/semmlecode-cpp-queries</path>
|
||||
</librarypath>
|
||||
<dbscheme kind="WORKSPACE">/semmlecode-cpp-queries/semmlecode.cpp.dbscheme</dbscheme>
|
||||
<defaultImports>
|
||||
<defaultImport>cpp</defaultImport>
|
||||
</defaultImports>
|
||||
</ns2:qlpath>
|
||||
Reference in New Issue
Block a user