Add windows specific test for pbd/windows_timer_utils.h API

This commit is contained in:
Tim Mayberry
2015-09-14 10:33:48 +10:00
parent a88b2da6a9
commit cd05d46c00
3 changed files with 180 additions and 0 deletions

View File

@@ -165,6 +165,8 @@ def build(bld):
test/xml_test.cc
test/test_common.cc
'''.split()
if bld.env['build_target'] == 'mingw':
testobj.source += [ 'test/windows_timer_utils_test.cc' ]
testobj.target = 'run-tests'
testobj.includes = obj.includes + ['test', '../pbd']
testobj.uselib = 'CPPUNIT XML SNDFILE'