diff options
author | bloodstalker <thabogre@gmail.com> | 2017-07-29 14:01:21 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-07-29 14:01:21 +0000 |
commit | f5fe21f44b7f1867014015a0e8bc28c5827af61c (patch) | |
tree | 7eb0e969dd16c36a3e6300b8746f7fee91d4f999 | |
parent | test scripts for the precommit script to run, mainly copies of mutation-examp... (diff) | |
download | mutator-f5fe21f44b7f1867014015a0e8bc28c5827af61c.tar.gz mutator-f5fe21f44b7f1867014015a0e8bc28c5827af61c.zip |
updated
Diffstat (limited to '')
-rw-r--r-- | test/bruisertest/compile_commands.json | 2 |
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" } |