Refactored the tests to make the generic across different plats.
authorDavid Given <dg@cowlark.com>
Fri, 25 Nov 2016 20:02:51 +0000 (21:02 +0100)
committerDavid Given <dg@cowlark.com>
Fri, 25 Nov 2016 20:02:51 +0000 (21:02 +0100)
commit5f66f06dc69ee8b89fc3dfce8a7d0ec6f7c8753d
tree0fff76e8b3dd451f2c97b4e6b994816f56cf8891
parentbfa8e501a3c37b4b0cb8a9cda9390ba12e6c86fe
Refactored the tests to make the generic across different plats.
24 files changed:
plat/qemuppc/tests/build.lua
tests/plat/_dummy.c [moved from plat/qemuppc/tests/_dummy.c with 100% similarity]
tests/plat/brk_c.c [moved from plat/qemuppc/tests/brk_c.c with 100% similarity]
tests/plat/build.lua [new file with mode: 0644]
tests/plat/calloc_c.c [moved from plat/qemuppc/tests/calloc_c.c with 100% similarity]
tests/plat/csa_e.c [moved from plat/qemuppc/tests/csa_e.c with 100% similarity]
tests/plat/csb_e.c [moved from plat/qemuppc/tests/csb_e.c with 100% similarity]
tests/plat/doublecmp_e.c [moved from plat/qemuppc/tests/doublecmp_e.c with 100% similarity]
tests/plat/from_d_to_si_e.c [moved from plat/qemuppc/tests/from_d_to_si_e.c with 100% similarity]
tests/plat/from_d_to_ui_e.c [moved from plat/qemuppc/tests/from_d_to_ui_e.c with 100% similarity]
tests/plat/from_si_to_d_e.c [moved from plat/qemuppc/tests/from_si_to_d_e.c with 100% similarity]
tests/plat/from_ui_to_d_e.c [moved from plat/qemuppc/tests/from_ui_to_d_e.c with 100% similarity]
tests/plat/inn_e.e [moved from plat/qemuppc/tests/inn_e.e with 100% similarity]
tests/plat/intadd_e.c [moved from plat/qemuppc/tests/intadd_e.c with 100% similarity]
tests/plat/intcmp_e.c [moved from plat/qemuppc/tests/intcmp_e.c with 100% similarity]
tests/plat/intdiv_e.c [moved from plat/qemuppc/tests/intdiv_e.c with 100% similarity]
tests/plat/intrem_e.c [moved from plat/qemuppc/tests/intrem_e.c with 100% similarity]
tests/plat/intshift_e.c [moved from plat/qemuppc/tests/intshift_e.c with 100% similarity]
tests/plat/intsub_e.c [moved from plat/qemuppc/tests/intsub_e.c with 100% similarity]
tests/plat/lib/build.lua [moved from plat/qemuppc/tests/lib/build.lua with 100% similarity]
tests/plat/lib/test.c [moved from plat/qemuppc/tests/lib/test.c with 100% similarity]
tests/plat/lib/test.h [moved from plat/qemuppc/tests/lib/test.h with 100% similarity]
tests/plat/newdispose_p.p [moved from plat/qemuppc/tests/newdispose_p.p with 100% similarity]
tests/plat/testdriver.sh [moved from plat/qemuppc/tests/testdriver.sh with 100% similarity]