test.sh 220 B

1234567891011
  1. #! /bin/sh
  2. # Copyright (C) 2025 Midokura Japan KK. All rights reserved.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. set -e
  5. PREFIX=${1:-/tmp/wamr}
  6. ./build_libs.sh ${PREFIX}
  7. ./build_samples.sh ${PREFIX}