test/make/autoconf/lookup-a-string.sh
author ihse
Tue, 04 Dec 2018 12:16:01 +0100
branchihse-test-autonconf-branch
changeset 57058 48d12f5a824c
permissions -rw-r--r--
Import initial implementation by tgranat.

#!/bin/sh
# @test
# @run shell lookup-a-string.sh

. ${TESTSRC-.}/test-utils.sh

# Just testing the StringInfile function

Setup

Success bash ${CONFIGURE}

StringInFile "JRE_IMAGE_SUBDIR:=j2re-image" $BUILDDIR/spec.gmk

ResultSummary