From e6f28490f1def7e31c4ff36a731f584368935e34 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 7 Mar 2020 18:22:35 +0330 Subject: more bug fixes as we're getting ready for the first release. still not sure how to handle the test result evaluation. --- test/compile_commands.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/compile_commands.json') diff --git a/test/compile_commands.json b/test/compile_commands.json index a12a8fc..4f584fd 100644 --- a/test/compile_commands.json +++ b/test/compile_commands.json @@ -1,7 +1,7 @@ [ { - "command": "c++ -c -std=c++11 -fpic -o main.o main.cpp", - "directory": "/home/bloodstalker/devi/abbatoir/hole114", - "file": "/home/bloodstalker/devi/abbatoir/hole114/main.cpp" + "command": "c++ -c -std=c++11 -fpic -o main.o main.cpp", + "directory": "/home/bloodstalker/extra/cgrep/test", + "file": "/home/bloodstalker/extra/cgrep/test/main.cpp" } ] \ No newline at end of file -- cgit v1.2.3