tests: Add Makefiles for hello
authorJason Lowe-Power <jason@lowepower.com>
Fri, 22 Sep 2017 01:43:30 +0000 (20:43 -0500)
committerJason Lowe-Power <jason@lowepower.com>
Fri, 17 Aug 2018 16:37:42 +0000 (16:37 +0000)
commita440108cc540c3edcdf7aca953ea5ddb1cc6e8ab
treec59bfe3ab59b124bd6f687b7a248ee03fb501830
parentbbb5302f342a5c0759bb99e04a31d85dd1846a3e
tests: Add Makefiles for hello

This adds Makefiles for hello for ARM and x86 by leveraging docker and
dockcross. See https://github.com/dockcross/dockcross for more
information.

These Makefiles also allow for automatic uploading to the correct location
for users to download when running the new tests.

Change-Id: I7085000393cd5283502a7af362c85befda749181
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-on: https://gem5-review.googlesource.com/4883
tests/test-progs/hello/.gitignore [new file with mode: 0644]
tests/test-progs/hello/src/Makefile.arm [new file with mode: 0644]
tests/test-progs/hello/src/Makefile.x86 [new file with mode: 0644]