Skip to content

Conversation

@teojgo
Copy link
Contributor

@teojgo teojgo commented Aug 4, 2018

  • Adapt to new test syntax.

  • Reformat to be consistent with the coding style of ReFrame.

Fixes #395

* Adapt to new test syntax.

* Reformat to be consistent with the coding style of ReFrame.
self.num_cpus_per_task = 1


@rfm.parameterized_test(*[[lang, linkage] for lang in ['cpp', 'c', 'f90']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would put this for on the next line for symmetry.

@vkarak vkarak added this to the ReFrame sprint 2018w35 milestone Aug 28, 2018

class HelloWorldBaseTest(rfm.RegressionTest):
def __init__(self, name, lang, linkage, **kwargs):
def __init__(self, name, lang, linkage):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think variant should be a better name for name here, shouldn't it?

@vkarak
Copy link
Contributor

vkarak commented Aug 31, 2018

@jenkins-cscs retry dom

@vkarak vkarak merged commit 8896a59 into reframe-hpc:master Sep 4, 2018
@teojgo teojgo deleted the regression_test/helloworld_buildsystems branch September 5, 2018 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants