diff options
Diffstat (limited to 'test/bruisertest/compile_commands.json')
-rw-r--r-- | test/bruisertest/compile_commands.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/bruisertest/compile_commands.json b/test/bruisertest/compile_commands.json new file mode 100644 index 0000000..212a2c4 --- /dev/null +++ b/test/bruisertest/compile_commands.json @@ -0,0 +1,7 @@ +[ + { + "command": "c++ -c -v -o test test.cpp", + "directory": "/home/bloodstalker/devi/hell2/test/bruisertest", + "file": "/home/bloodstalker/devi/hell2/test/bruisertest/test.cpp" + } +]
\ No newline at end of file |