mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-02-14 17:00:20 +01:00
9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
# Testcase for tigris bug 2622
|
|
|
|
obj = Object('changed_sources_main.cpp')
|
|
AlwaysBuild(obj)
|
|
|
|
program = Program('test', source=[obj])
|
|
|
|
Default(program)
|