6 lines
124 B
Bash
Executable File
6 lines
124 B
Bash
Executable File
#! /bin/sh
|
|
#
|
|
# Returns success if the tests are running from inside the build directory.
|
|
|
|
test ${USING_BUILD_DIRECTORY} = 1
|