From 1b34153c44ce43b09422457b107416d67dd42276 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 29 Nov 2016 01:28:07 +0330 Subject: update compile_commands.json for the new files and now the new files actually build. --- test/compile_commands.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/compile_commands.json') 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 -- cgit v1.2.3