Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118105283
SConscript
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jun 17, 17:57
Size
485 B
Mime Type
text/x-python
Expires
Thu, Jun 19, 17:57 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26790084
Attached To
rTAMAAS tamaas
SConscript
View Options
from os.path import join
Import('main_env')
test_files = Split("""
run_tests.sh
test_hertz_pressure.py
test_westergaard.py
test_surface.py
test_autocorrelation.py
test_hertz_disp.py
test_hertz_kato.py
test_hertz_adhesion.py
test_saturated_pressure.py
test_fftransform.py
test_bem_grid.py
""")
src_dir = "#/tests"
build_dir = 'build-' + main_env['build_type'] + '/tests'
for file in test_files:
source = join(src_dir, file)
Command(file, source, Copy("$TARGET", "$SOURCE"))
Event Timeline
Log In to Comment