diff options
author | bloodstalker <thabogre@gmail.com> | 2016-11-25 00:17:59 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-11-25 00:17:59 +0000 |
commit | 32f99c0363f35c72092a01947401c95a9ef879b5 (patch) | |
tree | 51d0fa46f4bdcace8679c5dc72e9cf2121a67344 /test | |
parent | cmake (diff) | |
download | mutator-32f99c0363f35c72092a01947401c95a9ef879b5.tar.gz mutator-32f99c0363f35c72092a01947401c95a9ef879b5.zip |
the compilation database
Diffstat (limited to '')
-rw-r--r-- | test/compile_commands.json | 12 |
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 |