SubDir OBOS_TOP src kernel vm2 tests ;

UseHeaders .. ;
BinCommand vmTest  : test.C : root be libvm.so ; 
BinCommand olTest  : olTest.C : root be libvm.so ; 
BinCommand hashTest  : hashTest.C : root be libvm.so ; 
BinCommand pmTest  : pageManTest.C : root be libvm.so ; 
BinCommand simpleTest  : simpleTest.C : root be libvm.so ; 
BinCommand setup  : testSetup.C : root be libvm.so ; 
BinCommand mmapTest1  : mmapTest1.C : root be libvm.so ; 
BinCommand mmapTest2  : mmapTest2.C : root be libvm.so ; 
BinCommand mmapTest3  : mmapTest3.C : root be libvm.so ; 
BinCommand createAreaFails  : createAreaFails.C : root be libvm.so ; 
BinCommand freeAreaFails  : freeAreaFails.C : root be libvm.so ; 
BinCommand getAreaInfoFails  : getAreaInfoFails.C : root be libvm.so ; 
BinCommand getAreaByName  : getAreaByName.C : root be libvm.so ; 
BinCommand getAreaByAddress  : getAreaByAddress.C : root be libvm.so ; 
BinCommand resizeArea  : resizeArea.C : root be libvm.so ; 
BinCommand createAreaTestsGood  : createAreaTestsGood.C : root be libvm.so ; 
