C++: Create cpp/ql/test/{.project,.qlpath}

These are adapted from `javascript/ql/test`.
This commit is contained in:
Jonas Jensen
2018-08-02 14:21:12 +02:00
parent 237f1af67f
commit 73a40f6ffc
2 changed files with 22 additions and 0 deletions

12
cpp/ql/test/.project Normal file
View 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
View 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>