X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile.in;h=7d4a645b53112e4d1bb9953276da708373efaa4e;hp=7b1698ed5a83d3ecff172f774476ffce4cfd6799;hb=82464681eca54bf11be3ca53eed20841ff6eb204;hpb=5ba8c08fc0ebf3afec0b2c094454dd702f1438a5 diff --git a/Makefile.in b/Makefile.in index 7b1698e..7d4a645 100644 --- a/Makefile.in +++ b/Makefile.in @@ -68,9 +68,9 @@ UNTESTED_EFFECTS += multiply_effect EFFECTS = $(TESTED_EFFECTS) $(UNTESTED_EFFECTS) # Unit tests. -TESTS=effect_chain_test $(TESTED_INPUTS:=_test) $(TESTED_EFFECTS:=_test) +TESTS=effect_chain_test fp16_test $(TESTED_INPUTS:=_test) $(TESTED_EFFECTS:=_test) -LIB_OBJS=effect_util.o util.o widgets.o effect.o effect_chain.o init.o resource_pool.o $(INPUTS:=.o) $(EFFECTS:=.o) +LIB_OBJS=effect_util.o util.o widgets.o effect.o effect_chain.o init.o resource_pool.o fp16.o $(INPUTS:=.o) $(EFFECTS:=.o) # Default target: all: libmovit.la $(TESTS)