diff options
author | Schuyler Kylstra <schuyler.kylstra@kitware.com> | 2016-09-15 19:31:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-30 17:49:47 (GMT) |
commit | 130784e03938b760353b3d3e46fc1b803a5bbeb3 (patch) | |
tree | 644055fc99a3b3ec5705b5713b218da9ec1aebdf /Help/module | |
parent | 8f25f37676cb860348738eff4dfb1c3b8bae0b59 (diff) | |
download | CMake-130784e03938b760353b3d3e46fc1b803a5bbeb3.zip CMake-130784e03938b760353b3d3e46fc1b803a5bbeb3.tar.gz CMake-130784e03938b760353b3d3e46fc1b803a5bbeb3.tar.bz2 |
AndroidTestUtilities: Add module to help drive Android device tests
Add a module to manage the data needed for the project tests. It will
move the test data to the build directory and transfer necessary data to
an Android device if that is enabled.
Diffstat (limited to 'Help/module')
-rw-r--r-- | Help/module/AndroidTestUtilities.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/module/AndroidTestUtilities.rst b/Help/module/AndroidTestUtilities.rst new file mode 100644 index 0000000..e7ec864 --- /dev/null +++ b/Help/module/AndroidTestUtilities.rst @@ -0,0 +1 @@ +.. cmake-module:: ../../Modules/AndroidTestUtilities.cmake |