aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-11-25 00:17:59 +0000
committerbloodstalker <thabogre@gmail.com>2016-11-25 00:17:59 +0000
commit32f99c0363f35c72092a01947401c95a9ef879b5 (patch)
tree51d0fa46f4bdcace8679c5dc72e9cf2121a67344 /test
parentcmake (diff)
downloadmutator-32f99c0363f35c72092a01947401c95a9ef879b5.tar.gz
mutator-32f99c0363f35c72092a01947401c95a9ef879b5.zip
the compilation database
Diffstat (limited to '')
-rw-r--r--test/compile_commands.json12
1 files changed, 12 insertions, 0 deletions
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