diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/README.txt | 1 | ||||
-rwxr-xr-x | cmake/basictest | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cmake/README.txt b/cmake/README.txt index d6e693b8..4e24cc1f 100644 --- a/cmake/README.txt +++ b/cmake/README.txt @@ -17,6 +17,7 @@ should do this, read cmake .. make ./gawk --version + make test Notice that this git-checkout allows you to read the source code, track the cmake branch and get updates. You will not be able to commit anything. diff --git a/cmake/basictest b/cmake/basictest index 6fe5db5a..86f6ff66 100755 --- a/cmake/basictest +++ b/cmake/basictest @@ -2,6 +2,7 @@ TESTHOME=$(dirname ${0})/../test export AWKPATH=${TESTHOME} +export AWKLIBPATH=${TESTHOME}/../build/extension/ export LANG=C if test -r ${TESTHOME}/${2}.in then |