]> git.proxmox.com Git - qemu.git/commit
alpha: add tests
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 14 Sep 2008 17:18:29 +0000 (17:18 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 14 Sep 2008 17:18:29 +0000 (17:18 +0000)
commitdf0fc998b8139b916c2b268870b74849ca3f34d7
tree5f1fdede28a1680ab527784f1f2e0a49c8a9a696
parentbbc0d79cb7ab5b2214cd984638ff8e0faa366fcf
alpha: add tests

This patch creates tests/alpha directory and adds an "hello world"
program as well as two tests.

Signed-off-by: Tristan Gingold <gingold@adacore.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5216 c046a42c-6fe2-441c-8c8c-71466251a162
tests/alpha/Makefile [new file with mode: 0644]
tests/alpha/crt.s [new file with mode: 0644]
tests/alpha/hello-alpha.c [new file with mode: 0644]
tests/alpha/test-cond.c [new file with mode: 0644]