summaryrefslogtreecommitdiff
path: root/tests/tcg/test_path.c
AgeCommit message (Collapse)AuthorFilesLines
2012-10-19tests/tcg: fix buildCatalin Patulea1-6/+7
This broke when the tests were moved from tests/ to tests/tcg/. On x86_64 host/i386-linux-user non-kvm guest, test-i386 and test-mmap are broken, but at least they build. To build/run the tests: $ cd $BUILD_PATH/tests/tcg $ SRC_PATH=path/to/qemu make <target> Signed-off-by: Catalin Patulea <catalinp@google.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2012-01-12tests: mv tests/* -> tests/tcgAnthony Liguori1-0/+160
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>