Commit 16e4368f authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'main' into 39-also-trigger-plc-in-smoke-test

parents ecfc337d df94a0c0
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -80,6 +80,9 @@ build-codec-sanitizers-linux:
# test that runs all modes with 1s input signals
codec-smoke-test:
  extends: .test-job-linux-needs-testv-dir
  # temporarily restrict this job to the only runner which (so far) seems to runit without problems
  tags:
    - test-fhg-linux-runner1
  rules:
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
  stage: test
+6 −0
Original line number Diff line number Diff line
@@ -448,6 +448,12 @@ int32_t main( int32_t argc, char **argv )
            break;
        }

        if ( numSamplesRead == 0 )
        {
            /* end of input data */
            break;
        }

        /* Convert from int to float and from interleaved to packed */
        for ( smpl = 0; smpl < args.frameSize; ++smpl )
        {