diff options
-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 |