samples: add all sample code to sample_all.sh

This commit is contained in:
Nguyen Anh Quynh 2017-03-10 21:02:29 +08:00
parent 0150ca24b1
commit f2e75422e8
1 changed files with 15 additions and 0 deletions

View File

@ -42,3 +42,18 @@ if test -e $DIR/sample_m68k; then
echo "=========================="
$DIR/sample_m68k
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