repo.or.cz
/
scons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ci skip] add test framework reformat to .git-blame-ignore-revs
[scons.git]
/
test
/
Batch
/
SConstruct_changed_sources_alwaysBuild
blob
e6ae9745fbeb0f9e23b4cb75a74729449c40726c
1
# SPDX-License-Identifier: MIT
2
#
3
# Copyright The SCons Foundation
4
5
"""Testcase for tigris bug 2622"""
6
7
obj = Object('changed_sources_main.cpp')
8
AlwaysBuild(obj)
9
program = Program('test', source=[obj])
10
Default(program)