diff options
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index f7f7ed4..c0c8059 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -38,5 +38,10 @@ $(LIB): clean: rm -f $(BINS) + rm -f compile_commands.json + +compile_commands.json: $(TESTS:%=$(SRCDIR)/%.c) + @echo '$(foreach t,$(TESTS),{"directory":"$(CURDIR)","command":"$(CC) $(CFLAGS) -c $(SRCDIR)/$(t).c","file":"$(SRCDIR)/$(t).c"})' \ + | jq -s '.' > $@ .PHONY: all clean |
