esp-idf/tools/ci/test_configure_ci_environme...

12 wiersze
258 B
Bash
Executable File

#!/usr/bin/env bash
#
# Short script to verify behaviour of configure_ci_environment.sh
#
#
cd $(dirname $0) # make dir
(
. ./configure_ci_environment.sh
[[ $PEDANTIC_CFLAGS ]] || { echo "PEDANTIC_CFLAGS is not defined"; exit 1; }
) || { exit 1; }