|
@@ -394,12 +394,12 @@ jobs: |
|
|
done |
|
|
done |
|
|
- name: Test CLAP plugins |
|
|
- name: Test CLAP plugins |
|
|
run: | |
|
|
run: | |
|
|
for p in $(ls bin/ | grep clap); do \ |
|
|
|
|
|
|
|
|
for p in $(find bin/ -type f | grep '.*\.clap$'); do \ |
|
|
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \ |
|
|
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \ |
|
|
valgrind \ |
|
|
valgrind \ |
|
|
--error-exitcode=255 \ |
|
|
--error-exitcode=255 \ |
|
|
--leak-check=full \ |
|
|
--leak-check=full \ |
|
|
--track-origins=yes \ |
|
|
--track-origins=yes \ |
|
|
--suppressions=./dpf/utils/valgrind-dpf.supp \ |
|
|
--suppressions=./dpf/utils/valgrind-dpf.supp \ |
|
|
/usr/lib/carla/carla-bridge-native clap ./bin/${p} "" 1>/dev/null; \ |
|
|
|
|
|
|
|
|
/usr/lib/carla/carla-bridge-native clap ./${p} "" 1>/dev/null; \ |
|
|
done |
|
|
done |