X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/4b9389362dbefcb559e4167296484f2aca475b5e..fb33b0cdebbe4aa11f3abd4e5e8e701302d00a17:/gw-tests/tests.py diff --git a/gw-tests/tests.py b/gw-tests/tests.py index a06a1ae..cc5cd30 100644 --- a/gw-tests/tests.py +++ b/gw-tests/tests.py @@ -1,3 +1,9 @@ +""" +This file contains and defines tests for use in rtems_bench. + +Any new tests should be added to module variable tests to be seen by the bench. +""" + import lib @@ -8,7 +14,7 @@ class Test: self.has_image = has_image def run(self): - self.func(self) + self.func(self) # def nop(self): print(self.name) @@ -18,6 +24,7 @@ def nop(self): def nop_time(self): + print(self.name) lib.symlink_results(lib.original_name_from_histogram_name(self.name)) lib.create_plot_script()