aboutsummaryrefslogtreecommitdiffstats
path: root/test/compile_commands.json
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-06-26 10:31:10 +0000
committerbloodstalker <thabogre@gmail.com>2018-06-26 10:31:10 +0000
commit4a471ef1b289300032c2a5f40d0fd290bf33e906 (patch)
tree46eece53122e4dc00fed118cfb60129a233eb7a1 /test/compile_commands.json
parentInitial commit (diff)
downloaddelf-4a471ef1b289300032c2a5f40d0fd290bf33e906.tar.gz
delf-4a471ef1b289300032c2a5f40d0fd290bf33e906.zip
first commit
Diffstat (limited to 'test/compile_commands.json')
-rw-r--r--test/compile_commands.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/compile_commands.json b/test/compile_commands.json
new file mode 100644
index 0000000..ca764a6
--- /dev/null
+++ b/test/compile_commands.json
@@ -0,0 +1,7 @@
+[
+ {
+ "command": "cc -c -fpic -O0 -g -v --debug -o test.o test.c",
+ "directory": "/home/bloodstalker/extra/delf/test",
+ "file": "/home/bloodstalker/extra/delf/test/test.c"
+ }
+] \ No newline at end of file