parameters in use

GSoC-2023-Ahmet
goksu 2 years ago
parent 36f0d7c80a
commit cc1ad531be
No known key found for this signature in database
  1. 2
      builds/testing.mk

@ -2,7 +2,7 @@
FTBENCH_DIR = $(TOP_DIR)/src/tools/ftbench
FTBENCH_SRC = $(FTBENCH_DIR)/ftbench.c
FTBENCH_BIN = $(OBJ_DIR)/bench.o
FTBENCH_FLAG = -c 50
FTBENCH_FLAG ?= -c 200
FONTS = $(wildcard $(FTBENCH_DIR)/fonts/*.ttf)
BASELINE = $(addprefix $(FTBENCH_DIR)/baseline/, $(notdir $(FONTS:.ttf=.txt)))
BENCHMARK = $(addprefix $(FTBENCH_DIR)/benchmark/, $(notdir $(FONTS:.ttf=.txt)))

Loading…
Cancel
Save