Skip to content

Commit 16a1c07

Browse files
authored
Merge pull request #19 from jonas-semmle/test-eclipse-project
C++: Create Eclipse project for cpp/ql/test/
2 parents 237f1af + 73a40f6 commit 16a1c07

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

cpp/ql/test/.project

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>semmlecode-cpp-tests</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
<nature>com.semmle.plugin.qdt.core.qlnature</nature>
11+
</natures>
12+
</projectDescription>

cpp/ql/test/.qlpath

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<ns2:qlpath xmlns:ns2="https://semmle.com/schemas/qlpath">
3+
<librarypath>
4+
<path kind="WORKSPACE">/semmlecode-cpp-queries</path>
5+
</librarypath>
6+
<dbscheme kind="WORKSPACE">/semmlecode-cpp-queries/semmlecode.cpp.dbscheme</dbscheme>
7+
<defaultImports>
8+
<defaultImport>cpp</defaultImport>
9+
</defaultImports>
10+
</ns2:qlpath>

0 commit comments

Comments
 (0)