blob: d826c543db893d0fe1dce3f0abd02f74bca34893 [file] [log] [blame]
velandy9bfb0242017-01-06 20:26:14 +00001#
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 Mordkoff6f07e6f2016-09-07 18:56:51 -040016
17cmake_minimum_required(VERSION 2.8)
18
19rift_py3test(utest_juju_api
20 TEST_ARGS
21 ${CMAKE_CURRENT_SOURCE_DIR}/utest_juju_api.py
22 )
velandy6364d012017-01-04 19:25:07 +000023
24
25##
26# utest_url_downloader
27##
28rift_py3test(utest_url_downloader.py
29 TEST_ARGS
30 ${CMAKE_CURRENT_SOURCE_DIR}/utest_url_downloader.py
31 )