diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-08-24 17:54:50 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-08-24 17:54:50 +0200 |
| commit | 971adefadb94e8780b1a73f08ed11d76c2ead8a2 (patch) | |
| tree | 0952a70e1ce1ee91f7f445af865c1d62c9be513b | |
| parent | 58c59ddc21357c9d9f2cefef2332b770568d1b78 (diff) | |
| download | allocbench-971adefadb94e8780b1a73f08ed11d76c2ead8a2.tar.gz allocbench-971adefadb94e8780b1a73f08ed11d76c2ead8a2.zip | |
dynamically collect tests from archive
| -rw-r--r-- | src/benchmarks/lld.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/benchmarks/lld.py b/src/benchmarks/lld.py index 5c525d5..0d5c298 100644 --- a/src/benchmarks/lld.py +++ b/src/benchmarks/lld.py @@ -55,6 +55,8 @@ class BenchmarkLld(Benchmark): p = subprocess.run(["tar", "xf", test_archive], stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True) + self.args["test"] = os.listdir(test_dir) + return True def cleanup(self): |
