Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DISPATCH-919 - Modified CMakeLists.txt to warn when python-unittest2 … #248

Closed
wants to merge 1 commit into from

Conversation

ganeshmurthy
Copy link
Contributor

…is not present. When it is not present, no tests will be run

…is not present. When it is not present, no tests will be run
ChugR pushed a commit to ChugR/qpid-dispatch that referenced this pull request Oct 13, 2022
For some reason, C does not seem to care. But it's wrong! And C++ is offended by this.

### `tests/run_unit_tests.c`

```c
int timer_tests(qd_dispatch_t*);
```

```c
result += timer_tests(qd);
```

### `tests/timer_test.c`

```c
int timer_tests()
{
    // [...]
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant