Files
mckernel/test/mbind
Masamichi Takagi 6b293409e5 mbind: Fix test programs
Refs: #1226
Change-Id: I12bf807812d93b7eca8f452e70e70e7c4e32f6a3
2018-12-04 08:17:13 +00:00
..
2018-12-04 08:17:13 +00:00
2018-12-04 08:17:13 +00:00
2018-12-04 08:17:13 +00:00
2018-12-04 08:17:13 +00:00
2018-12-04 08:17:13 +00:00
2018-12-04 08:17:13 +00:00
2018-12-04 08:17:13 +00:00

=====
Steps
=====

(1) Set default policy to P1
(2) Set policy of memory address A to P2
(3) Check the following:
    1) P2 is used when allocating A
    2) P1 is used when allocating memory with address other than A

===========
Apply patch
===========

cd mckernel
patch -p0 < test_trace_mem.patch
make
make install

=============
Run the tests
=============

./go_mbind_test.sh