blob: 73f722ac60da440825e778a20ed22d823e347f89 [file] [log] [blame]
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
top = '..'
def build(bld):
unittests = bld.program (
target="unit-tests",
features = "cxx cxxprogram",
source = bld.path.ant_glob(['**/*.cpp']),
use = 'lib-objects',
install_prefix = None,
)