Re: [ovs-dev] [PATCH ovn] automake: Make system tests dependent of ovn-macro.

2024-04-04 Thread Mark Michelson

Thank you Xavier and Ales.

I pushed this change to main and all branches back to 23.06.

On 3/28/24 04:37, Ales Musil wrote:

On Tue, Mar 26, 2024 at 12:56 PM Xavier Simonart 
wrote:


So system testsuite will be recompiled when ovn-macro is changed.

Signed-off-by: Xavier Simonart 
---
  tests/automake.mk | 1 +
  1 file changed, 1 insertion(+)

diff --git a/tests/automake.mk b/tests/automake.mk
index f6f0f0e33..1fdc89835 100644
--- a/tests/automake.mk
+++ b/tests/automake.mk
@@ -21,6 +21,7 @@ EXTRA_DIST += \
  COMMON_MACROS_AT = \
 tests/ovsdb-macros.at \
 tests/ovs-macros.at \
+   tests/ovn-macros.at \
 tests/ofproto-macros.at

  TESTSUITE_AT = \
--
2.31.1

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev



Ran into this multiple times, but always forgot to fix it, thanks!

Acked-by: Ales Musil 



___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH ovn] automake: Make system tests dependent of ovn-macro.

2024-03-28 Thread Ales Musil
On Tue, Mar 26, 2024 at 12:56 PM Xavier Simonart 
wrote:

> So system testsuite will be recompiled when ovn-macro is changed.
>
> Signed-off-by: Xavier Simonart 
> ---
>  tests/automake.mk | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/tests/automake.mk b/tests/automake.mk
> index f6f0f0e33..1fdc89835 100644
> --- a/tests/automake.mk
> +++ b/tests/automake.mk
> @@ -21,6 +21,7 @@ EXTRA_DIST += \
>  COMMON_MACROS_AT = \
> tests/ovsdb-macros.at \
> tests/ovs-macros.at \
> +   tests/ovn-macros.at \
> tests/ofproto-macros.at
>
>  TESTSUITE_AT = \
> --
> 2.31.1
>
> ___
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
>
Ran into this multiple times, but always forgot to fix it, thanks!

Acked-by: Ales Musil 

-- 

Ales Musil

Senior Software Engineer - OVN Core

Red Hat EMEA 

amu...@redhat.com

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH ovn] automake: Make system tests dependent of ovn-macro.

2024-03-26 Thread Xavier Simonart
So system testsuite will be recompiled when ovn-macro is changed.

Signed-off-by: Xavier Simonart 
---
 tests/automake.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/automake.mk b/tests/automake.mk
index f6f0f0e33..1fdc89835 100644
--- a/tests/automake.mk
+++ b/tests/automake.mk
@@ -21,6 +21,7 @@ EXTRA_DIST += \
 COMMON_MACROS_AT = \
tests/ovsdb-macros.at \
tests/ovs-macros.at \
+   tests/ovn-macros.at \
tests/ofproto-macros.at
 
 TESTSUITE_AT = \
-- 
2.31.1

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev