tests: msdev: add test

This commit is contained in:
Alibek Omarov 2019-06-07 02:17:30 +03:00
parent 2c668f994f
commit 05432a020f
2 changed files with 13 additions and 1 deletions

12
tests/msdev/wscript Normal file
View File

@ -0,0 +1,12 @@
#! /usr/bin/env python
# encoding: utf-8
# a1batross, 2019
def options(opt):
opt.load('msdev')
def configure(conf):
conf.load('msdev')
def build(bld):
pass

View File

@ -2,7 +2,7 @@
# encoding: utf-8
# a1batross, 2019
TESTS = 'subdirs gitversion conan'
TESTS = 'subdirs gitversion conan msdev'
def options(opt):
opt.add_subproject(TESTS)