Skip to content

Commit

Permalink
remove constant.dsp ir from gcc mapp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
crop2000 committed Oct 26, 2024
1 parent 8d9b8ea commit e5ca800
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/impulse-tests/Make.gcc
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,10 @@ ir/c1/double/dlt256/osc_enable.c : dsp/osc_enable.dsp
$(FAUST) -lang $(lang) -double -os -i -A ../../architecture -a archs/$(arch) $< -o $@

ir/$(outdir)/prefix.ir:
echo "todo fix bug #1071 to test dsp/prefix.dsp"
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 $@

0 comments on commit e5ca800

Please sign in to comment.