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
@@ -181,10 +185,17 @@ run: $(DEPS) ## run patch natively
181
185
grind: $(DEPS)## run valgrind on patch natively
182
186
@$(MAKE) -s -f native.mk grind
183
187
184
-
check: ## run test patches and unit tests natively
188
+
check: ## run test patches and unit tests
185
189
@for nm in$(TESTS);do\
186
190
$(MAKE) -s TEST=$$nm test||exit;\
187
191
done
192
+
@unset PATCHNAME PATCHCLASS PATCHFILE &&$(MAKE) PATCHSOURCE=TestPatches/CppTest PATCHNAME=CppTest clean patch web run
193
+
@unset PATCHNAME PATCHCLASS PATCHFILE &&$(MAKE) PATCHSOURCE=TestPatches/GenTest GEN=MIDItestMinMax clean patch web run
194
+
# @unset PATCHNAME PATCHCLASS PATCHFILE && $(MAKE) PATCHSOURCE=TestPatches/FaustTest FAUST=FaustTest clean patch web run # FAUST is not installed for CI
195
+
@cp FaustSource/*.h TestPatches/FaustTest &&unset PATCHNAME PATCHCLASS PATCHFILE &&$(MAKE) PATCHSOURCE=TestPatches/FaustTest PATCHNAME=Faust clean patch web run
196
+
# @unset PATCHNAME PATCHCLASS PATCHFILE SOULCLASS SOULFILE SOULHPP && $(MAKE) PATCHSOURCE=TestPatches/SoulTest SOUL=SineSynth clean patch web run # SOUL is not installed for CI
197
+
@unset PATCHNAME PATCHCLASS PATCHFILE &&$(MAKE) PATCHSOURCE=TestPatches/SoulTest PATCHNAME=Soul clean patch web run
198
+
@pip install -r Tools/hvcc/requirements.txt &&unset PATCHNAME PATCHCLASS PATCHFILE &&$(MAKE) PATCHSOURCE=TestPatches/HeavyTest HEAVY=HeavyTest clean patch web run
0 commit comments