eolian_aux: rename tests classes to avoid autotools conflict
authorDaniel Kolesa <d.kolesa@samsung.com>
Fri, 30 Nov 2018 13:35:51 +0000 (14:35 +0100)
committerHermet Park <hermetpark@gmail.com>
Wed, 5 Dec 2018 05:52:40 +0000 (14:52 +0900)
commitd2f68b2acc078c2fd15b4c49e3833c877544b2c4
tree95c22e4ebc56cdc4d0f116c4af3e4dc72b3b5f4c
parent7547efe789d948568aeb74fec7da37398d413ba1
eolian_aux: rename tests classes to avoid autotools conflict

Having these files would result in eolian cxx tests failing when
building using autotools, as eolian generators by default include
entire src directory and eolian cxx already had classes a/b/c.

In an ideal case this should not happen as eolian cxx should not
scan tests that are not its own, and it already behaves correctly
under meson but there is no good way to fix it for autotools, so
just rename as a workaround.
src/tests/eolian/data_aux/aux_a.eo [moved from src/tests/eolian/data_aux/a.eo with 62% similarity]
src/tests/eolian/data_aux/aux_b.eo [new file with mode: 0644]
src/tests/eolian/data_aux/aux_c.eo [moved from src/tests/eolian/data_aux/c.eo with 86% similarity]
src/tests/eolian/data_aux/b.eo [deleted file]
src/tests/eolian/eolian_aux.c