aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/gls7/testsuite.sh
blob: 04782e61ef41506bb66c9bf88e29dc62804b3437 (plain)
1
2
3
4
5
6
7
8
#! /bin/sh

. ../../testenv.sh

$GHDL --disp-config --PREFIX=myprefix | grep "command line" | grep myprefix
GHDL_PREFIX=myenvprefix $GHDL --disp-config | grep GHDL_PREFIX | grep envprefix

echo "Test successful"