aboutsummaryrefslogtreecommitdiffstats
path: root/test/bruisertest/compile_commands.json
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-07-29 14:01:21 +0000
committerbloodstalker <thabogre@gmail.com>2017-07-29 14:01:21 +0000
commitf5fe21f44b7f1867014015a0e8bc28c5827af61c (patch)
tree7eb0e969dd16c36a3e6300b8746f7fee91d4f999 /test/bruisertest/compile_commands.json
parenttest scripts for the precommit script to run, mainly copies of mutation-examp... (diff)
downloadmutator-f5fe21f44b7f1867014015a0e8bc28c5827af61c.tar.gz
mutator-f5fe21f44b7f1867014015a0e8bc28c5827af61c.zip
updated
Diffstat (limited to '')
-rw-r--r--test/bruisertest/compile_commands.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bruisertest/compile_commands.json b/test/bruisertest/compile_commands.json
index ff36476..a70fd13 100644
--- a/test/bruisertest/compile_commands.json
+++ b/test/bruisertest/compile_commands.json
@@ -1,6 +1,6 @@
[
{
- "command": "c++ -c -o test test.cpp",
+ "command": "c++ -c -v -I/usr/lib/gcc/x86_64-redhat-linux/6.3.1/include -o test.o test.cpp",
"directory": "/home/bloodstalker/devi/hell2/test/bruisertest",
"file": "/home/bloodstalker/devi/hell2/test/bruisertest/test.cpp"
}