]> git.sesse.net Git - movit/blobdiff - Makefile.in
Move the compute shader tests into effect_chain_test, as we will have hybrid tests...
[movit] / Makefile.in
index 4ff17057ba8ae6f6d220de21c7da648584f32961..c25d77dcda76d1bdb06458557a63c590f6a088b5 100644 (file)
@@ -88,7 +88,7 @@ UNTESTED_EFFECTS += fft_input
 EFFECTS = $(TESTED_EFFECTS) $(UNTESTED_EFFECTS)
 
 # Unit tests.
-TESTS=effect_chain_test compute_shader_test fp16_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 effect.o effect_chain.o init.o resource_pool.o ycbcr.o $(INPUTS:=.o) $(EFFECTS:=.o)