From f2e75422e8cfce5d2cbc21d7641a81c6af6e080d Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Fri, 10 Mar 2017 21:02:29 +0800 Subject: [PATCH] samples: add all sample code to sample_all.sh --- samples/sample_all.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/samples/sample_all.sh b/samples/sample_all.sh index 502171d4..026e0107 100755 --- a/samples/sample_all.sh +++ b/samples/sample_all.sh @@ -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