From 32f99c0363f35c72092a01947401c95a9ef879b5 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 25 Nov 2016 03:47:59 +0330 Subject: the compilation database --- test/compile_commands.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/compile_commands.json diff --git a/test/compile_commands.json b/test/compile_commands.json new file mode 100644 index 0000000..1e109de --- /dev/null +++ b/test/compile_commands.json @@ -0,0 +1,12 @@ +[ + { + "command": "cc -c -o CMakeFiles/tddtest.dir/main.c.o /home/bloodstalker/devi/hell2/test/main.c", + "directory": "/home/bloodstalker/devi/hell2/test", + "file": "/home/bloodstalker/devi/hell2/test/main.c" + }, + { + "command": "cc -c -o CMakeFiles/tddtest.dir/testFuncs1.c.o /home/bloodstalker/devi/hell2/test/testFuncs1.c", + "directory": "/home/bloodstalker/devi/hell2/test", + "file": "/home/bloodstalker/devi/hell2/test/testFuncs1.c" + } +] \ No newline at end of file -- cgit v1.2.3