eolian tests: rename owning.eo.c to clear confusion

This commit is contained in:
Daniel Kolesa 2019-05-17 16:08:23 +02:00
parent a55777c925
commit 5922bb268f
3 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ tests/eolian/data/typedef_ref.h \
tests/eolian/data/typedef_ref_stub.h \
tests/eolian/data/struct_ref.h \
tests/eolian/data/struct_ref_stub.h \
tests/eolian/data/owning.eo.c \
tests/eolian/data/owning_ref.c \
tests/eolian/data/class_simple_ref.c \
tests/eolian/data/override_ref.c \
tests/eolian/data/class_simple_ref_eo.h \

View File

@ -226,7 +226,7 @@ EFL_START_TEST(owning)
eina_environment_tmp_get());
_remove_ref(output_filepath, "eo.c");
fail_if(0 != _eolian_gen_execute(TESTS_SRC_DIR"/data/owning.eo", "-gc", output_filepath));
fail_if(!_files_compare(TESTS_SRC_DIR"/data/owning.eo.c", output_filepath, "eo.c"));
fail_if(!_files_compare(TESTS_SRC_DIR"/data/owning_ref.c", output_filepath, "eo.c"));
}
EFL_END_TEST