aboutsummaryrefslogtreecommitdiffstats
path: root/test/m0-cpp-smoke/compile_commands.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/m0-cpp-smoke/compile_commands.json')
-rw-r--r--test/m0-cpp-smoke/compile_commands.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/m0-cpp-smoke/compile_commands.json b/test/m0-cpp-smoke/compile_commands.json
new file mode 100644
index 0000000..1a23f8c
--- /dev/null
+++ b/test/m0-cpp-smoke/compile_commands.json
@@ -0,0 +1,7 @@
+[
+ {
+ "command": "c++ -c -I/usr/lib/gcc/x86_64-redhat-linux/6.3.1/include -std=c++14 -o m0-cpp-smoke.o m0-cpp-smoke.cpp",
+ "directory": "/home/bloodstalker/devi/hell2/test/m0-cpp-smoke",
+ "file": "/home/bloodstalker/devi/hell2/test/m0-cpp-smoke/m0-cpp-smoke.cpp"
+ }
+] \ No newline at end of file