mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Add a tests for user-mode mmap
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4006 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
bebb39d461
commit
e1ffb0f18f
3 changed files with 487 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -1244,6 +1244,7 @@ if test "$source_path_used" = "yes" ; then
|
|||
DIRS="tests tests/cris slirp audio"
|
||||
FILES="Makefile tests/Makefile"
|
||||
FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit"
|
||||
FILES="$FILES tests/test-mmap.c"
|
||||
for dir in $DIRS ; do
|
||||
mkdir -p $dir
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue