Skip to content

Conversation

@jonathanpeppers
Copy link
Member

@jonathanpeppers jonathanpeppers commented Oct 19, 2017

When working with the Makefile I noticed this command doesn’t run the
tests:

$ make run-nunit-tests
make: Nothing to be done for `run-nunit-tests’.

And this command runs the tests:

$ make run-nunit-tests SKIP_NUNIT_TESTS=1

I suspect the intention is that ifneq needs to be ifeq.

I believe this was introduced in 385699a.

When working with the `Makefile` I noticed this command doesn’t run the
tests:
```
$ make run-nunit-tests
make: Nothing to be done for `run-nunit-tests’.
```
And this command runs the tests:
```
$ make run-nunit-tests SKIP_NUNIT_TESTS=1
```

I suspect the intention is that `ifneq` needs to be `ifeq`.
@dnfclas
Copy link

dnfclas commented Oct 19, 2017

@jonathanpeppers,
Thanks for having already signed the Contribution License Agreement. Your agreement was validated by .NET Foundation. We will now review your pull request.
Thanks,
.NET Foundation Pull Request Bot

@jonpryor jonpryor merged commit 3740cb7 into dotnet:master Oct 19, 2017
@jonathanpeppers jonathanpeppers deleted the make-run-nunit-tests branch October 19, 2017 19:53
Redth pushed a commit to Redth/xamarin-android that referenced this pull request Oct 30, 2017
When working with the `Makefile` I noticed this command doesn’t run the
tests:

```
$ make run-nunit-tests
make: Nothing to be done for `run-nunit-tests’.
```

And this command runs the tests:

```
$ make run-nunit-tests SKIP_NUNIT_TESTS=1
```

I suspect the intention is that `ifneq` needs to be `ifeq`.
@github-actions github-actions bot locked and limited conversation to collaborators Feb 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants