Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions scripts/run-audio-unit-extension-tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!-- Copyright (c) Microsoft Corporation. -->
<!-- Licensed under the MIT License. -->
# run-audio-unit-extension-tests

Runs the `monotouch-test` audio-unit app extension from the command line.

It handles:

* registering the host app and `.appex`,
* wiring the `test.name` and `log.file` NSUserDefaults used by `TouchOptions`,
* launching the container host,
* tracking the spawned AppExtension PID so the run can be timed out cleanly, and
* validating that the extension reached real NUnit execution.
5 changes: 5 additions & 0 deletions scripts/run-audio-unit-extension-tests/fragment.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

include $(TOP)/scripts/template.mk
$(eval $(call TemplateScript,RUN_AUDIO_UNIT_EXTENSION_TESTS,run-audio-unit-extension-tests))
Loading
Loading