1 2 3 4 5 6 7 8
# Testcase for tigris bug 2622 object = Object('changed_sources_main.cpp') AlwaysBuild(object) program = Program('test', source = [object]) Default(program)