comparison Makefile.gen @ 2024:f41bc7203a16

Add a test program for BR1 compression.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Oct 2018 20:19:53 +0300
parents 172bed2945d2
children 1b441465ef36
comparison
equal deleted inserted replaced
2023:362fb8295f0c 2024:f41bc7203a16
257 endif 257 endif
258 258
259 259
260 ### What tests to build? 260 ### What tests to build?
261 ifeq ($(DM_BUILD_TESTS),yes) 261 ifeq ($(DM_BUILD_TESTS),yes)
262 TESTS_BINARIES += vecmattest fptest dzlibtest 262 TESTS_BINARIES += vecmattest fptest dzlibtest encbr1test
263 endif 263 endif
264 264
265 FONTCONV_BIN=fontconv 265 FONTCONV_BIN=fontconv
266 DATA2INC_BIN=data2inc 266 DATA2INC_BIN=data2inc
267 267