From 73a40f6ffcbd5e4aed93b1d33154371736659dd2 Mon Sep 17 00:00:00 2001 From: Jonas Jensen Date: Thu, 2 Aug 2018 14:21:12 +0200 Subject: [PATCH] C++: Create cpp/ql/test/{.project,.qlpath} These are adapted from `javascript/ql/test`. --- cpp/ql/test/.project | 12 ++++++++++++ cpp/ql/test/.qlpath | 10 ++++++++++ 2 files changed, 22 insertions(+) create mode 100644 cpp/ql/test/.project create mode 100644 cpp/ql/test/.qlpath diff --git a/cpp/ql/test/.project b/cpp/ql/test/.project new file mode 100644 index 00000000000..2dbe9983f8c --- /dev/null +++ b/cpp/ql/test/.project @@ -0,0 +1,12 @@ + + + semmlecode-cpp-tests + + + + + + + com.semmle.plugin.qdt.core.qlnature + + diff --git a/cpp/ql/test/.qlpath b/cpp/ql/test/.qlpath new file mode 100644 index 00000000000..33f89dc5bc8 --- /dev/null +++ b/cpp/ql/test/.qlpath @@ -0,0 +1,10 @@ + + + + /semmlecode-cpp-queries + + /semmlecode-cpp-queries/semmlecode.cpp.dbscheme + + cpp + +