diff options
Diffstat (limited to 'test/compile_commands.json')
-rw-r--r-- | test/compile_commands.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/compile_commands.json b/test/compile_commands.json index 1e109de..c66a5ae 100644 --- a/test/compile_commands.json +++ b/test/compile_commands.json @@ -8,5 +8,10 @@ "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" + }, + { + "command": "cc -c -o CMakeFiles/tddtest.dir/testFuncs2.c.o /home/bloodstalker/devi/hell2/test/testFuncs2.c", + "directory": "/home/bloodstalker/devi/hell2/test", + "file": "/home/bloodstalker/devi/hell2/test/testFuncs2.c" } ]
\ No newline at end of file |