summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-07-06 09:47:45 +0200
committerAnton Khirnov <anton@khirnov.net>2021-08-08 19:26:05 +0200
commit5fdb5ed6132687219d0ef2127115ebaf95514058 (patch)
tree5a8407d60b14f5156f3a9d90ea054952512f1478 /tools/Makefile
parent94170e041107a3831fdd39ebb53f4f50d06edea4 (diff)
FATE: add a test for sliced scaling
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index ec260f254e..f4d1327b9f 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,4 +1,4 @@
-TOOLS = enum_options qt-faststart trasher uncoded_frame
+TOOLS = enum_options qt-faststart scale_slice_test trasher uncoded_frame
TOOLS-$(CONFIG_LIBMYSOFA) += sofa2wavs
TOOLS-$(CONFIG_ZLIB) += cws2fws
@@ -18,6 +18,7 @@ tools/target_io_dem_fuzzer.o: tools/target_dem_fuzzer.c
$(COMPILE_C) -DIO_FLAT=0
tools/venc_data_dump$(EXESUF): tools/decode_simple.o
+tools/scale_slice_test$(EXESUF): tools/decode_simple.o
OUTDIRS += tools