You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,7 @@ check: ## run test patches and unit tests
190
190
$(MAKE) -s TEST=$$nm test||exit;\
191
191
done
192
192
@unset PATCHNAME PATCHCLASS PATCHFILE &&$(MAKE) PATCHSOURCE=TestPatches/CppTest PATCHNAME=CppTest clean patch web run
193
+
@unset PATCHNAME PATCHCLASS PATCHFILE &&$(MAKE) PATCHSOURCE=TestPatches/DaisySPTest PATCHNAME=DaisySPTest clean patch web run
193
194
@unset PATCHNAME PATCHCLASS PATCHFILE &&$(MAKE) PATCHSOURCE=TestPatches/GenTest GEN=MIDItestMinMax clean patch web run
194
195
# @unset PATCHNAME PATCHCLASS PATCHFILE && $(MAKE) PATCHSOURCE=TestPatches/FaustTest FAUST=FaustTest clean patch web run # FAUST is not installed for CI
195
196
@cp FaustSource/*.h TestPatches/FaustTest &&unset PATCHNAME PATCHCLASS PATCHFILE &&$(MAKE) PATCHSOURCE=TestPatches/FaustTest PATCHNAME=Faust clean patch web run
0 commit comments