[ci skip] add test framework reformat to .git-blame-ignore-revs
[scons.git] / test / Batch / SConstruct_changed_sources_alwaysBuild
blobe6ae9745fbeb0f9e23b4cb75a74729449c40726c
1 # SPDX-License-Identifier: MIT
3 # Copyright The SCons Foundation
5 """Testcase for tigris bug 2622"""
7 obj = Object('changed_sources_main.cpp')
8 AlwaysBuild(obj)
9 program = Program('test', source=[obj])
10 Default(program)