samples: add all sample code to sample_all.sh
This commit is contained in:
parent
0150ca24b1
commit
f2e75422e8
@ -42,3 +42,18 @@ if test -e $DIR/sample_m68k; then
|
|||||||
echo "=========================="
|
echo "=========================="
|
||||||
$DIR/sample_m68k
|
$DIR/sample_m68k
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test -e $DIR/mem_apis; then
|
||||||
|
echo "=========================="
|
||||||
|
$DIR/mem_apis
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test -e $DIR/sample_batch_reg; then
|
||||||
|
echo "=========================="
|
||||||
|
$DIR/sample_batch_reg
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test -e $DIR/sample_x86_32_gdt_and_seg_regs; then
|
||||||
|
echo "=========================="
|
||||||
|
$DIR/sample_x86_32_gdt_and_seg_regs
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user