en-us-allison 40.wav and 60.wav Testing Enable repo auth on Drone CI Testing Enable scan-build 11 on Drone CI Unit-tests sofia_reg.c because of SHA-512-256 (RFC-8760) mod_sofia Unit-test: Fix strcmp null argument. mod_sofia unit-tests dead initialization in mod_xml_scgi_shutdown() stb Fix dead nested assignments in stbi__tga_load() Unit-tests Add --enable-fake-dlclose to .drone.yml Unit-tests Fix unused function in switch_rtp_pcap Unit-tests Unit-tests Replace fst_requires with fst_check in mod_sofia unit tests. Increase timeout.
Add unit-tests disabled by default. [Unit-tests] mod_sofia: avoid duplicate symbols on macos.
resources: - name: source-repo type: git - name: web-image type: image tasks: - name: unit-tests taskRef: name: unit-tests resources: inputs: - name: workspace resource: source-repo - name: build-push runAfter: [unit-tests] taskRef: name: build-push
/scripts/run-unit-tests.sh .PHONY: unit-tests unit-tests: unit-test # Pull thirdparty docker images
run lint \ yarn run build \ yarn run generate-docs LABEL stage=build # Run unit test FROM build AS unit-tests RUN yarn run unit-tests LABEL stage=unit-tests # Push docs to S3 FROM containerlabs/aws-sdk AS push-docs
main__': cmd_args = sys.argv if len(cmd_args) > 1 and cmd_args[1] == 'test': # Perform unit-tests