Commit 76d1c40
committed
Allow running AMQP 1.0 client test suite with make
Prior to this commit:
```
make -C deps/amqp10_client/ ct-system t=rabbitmq:open_close_connection FULL=1
mock_server.erl:19:10: can't find include file "amqp10_client.hrl"
```
After this commit, both
```
make -C deps/amqp10_client/ ct-system t=rabbitmq:open_close_connection FULL=1
```
and
```
bazel test //deps/amqp10_client:system_SUITE --test_env FOCUS="-group rabbitmq -case open_close_connection"
```
succeed.1 parent d489fc9 commit 76d1c40
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments