Files
mckernel/test/mbind
Dominique Martinet 7f1c17fc4c tests: add 'postk_master' branch tests
Change-Id: Ie0d4cfd0921aed89d2db6083c9eb068b1cfc1984
2019-02-01 15:15:00 +09:00
..
2018-12-05 11:27:03 +09: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