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 +++++ test/testFuncs2.c | 4 ++-- 2 files changed, 7 insertions(+), 2 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 diff --git a/test/testFuncs2.c b/test/testFuncs2.c index 0bbc2ca..dac8ef0 100644 --- a/test/testFuncs2.c +++ b/test/testFuncs2.c @@ -39,12 +39,12 @@ int testfunc6(void) { int a; int b; - return (); + //return (); } int testfunc7(void) { int a; int b; - return; + //return; } \ No newline at end of file -- cgit v1.2.3