Home | History | Annotate | Download | only in rt-migrate
      1 #!/bin/sh
      2 
      3 profile=${1:-default}
      4 
      5 cd $(dirname $0) # Move to test directory
      6 if [ ! $SCRIPTS_DIR ]; then
      7         # assume we're running standalone
      8         export SCRIPTS_DIR=../../scripts/
      9 fi
     10 . $SCRIPTS_DIR/setenv.sh
     11 # Warning: tests args are now set in profiles
     12 $SCRIPTS_DIR/run_c_files.sh $profile rt-migrate
     13