Merge pull request #19 from jonas-semmle/test-eclipse-project

C++: Create Eclipse project for cpp/ql/test/
This commit is contained in:
Robert Marsh
2018-08-06 10:46:12 -07:00
committed by GitHub
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>