diff --git a/tests/impulse-tests/Make.gcc b/tests/impulse-tests/Make.gcc index d358623281..3e29735b19 100644 --- a/tests/impulse-tests/Make.gcc +++ b/tests/impulse-tests/Make.gcc @@ -175,5 +175,8 @@ ir/c1/double/dlt256/osc_enable.c : dsp/osc_enable.dsp ir/$(outdir)/prefix.ir: echo "todo fix bug #1071 to test dsp/prefix.dsp" +ir/cpp/double/mapp/constant.ir: + echo "todo fix bug #1074 to test dsp/constant.dsp" + ir/$(outdir)/%.$(ext) : dsp/%.dsp $(FAUST) -lang $(lang) $(FAUSTOPTIONS) -i -A ../../architecture -a archs/$(arch) $< -o $@