| velandy | 9bfb024 | 2017-01-06 20:26:14 +0000 | [diff] [blame] | 1 | # |
| 2 | # Copyright 2016 RIFT.IO Inc |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # |
| Jeremy Mordkoff | 6f07e6f | 2016-09-07 18:56:51 -0400 | [diff] [blame] | 16 | |
| 17 | cmake_minimum_required(VERSION 2.8) |
| 18 | |
| 19 | rift_py3test(utest_juju_api |
| 20 | TEST_ARGS |
| 21 | ${CMAKE_CURRENT_SOURCE_DIR}/utest_juju_api.py |
| 22 | ) |
| velandy | 6364d01 | 2017-01-04 19:25:07 +0000 | [diff] [blame] | 23 | |
| 24 | |
| 25 | ## |
| 26 | # utest_url_downloader |
| 27 | ## |
| 28 | rift_py3test(utest_url_downloader.py |
| 29 | TEST_ARGS |
| 30 | ${CMAKE_CURRENT_SOURCE_DIR}/utest_url_downloader.py |
| 31 | ) |