diff options
author | 2015-08-13 12:47:26 +0000 | |
---|---|---|
committer | 2015-08-13 12:47:26 +0000 | |
commit | ce671dba3dafe0d7d80d4a7eea1f9395bc4d6d7d (patch) | |
tree | 5a268636d2fa944e907b771ff61d0c44215a7a0d /setup.py | |
parent | 284f4266cdbb4efea1abdc97a0974315c9e9c2f2 (diff) | |
parent | f08252e8327c5b5625845ee44866dff1a7f7c16f (diff) |
Merge "Add lmbench scenario and sample"
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ setup( include_package_data=True, package_data={ 'yardstick': [ + 'benchmark/scenarios/compute/*.bash', 'benchmark/scenarios/networking/*.bash', 'benchmark/scenarios/storage/*.bash', 'resources/files/*' |