diff options
| author | Gavin Andresen <[email protected]> | 2012-04-26 11:20:44 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-04-26 11:20:44 -0400 |
| commit | 9e71a5cd236e0b6639f55f2f6520aaa06eac0523 (patch) | |
| tree | dd2cd93d14ce0df5798ab6d539eedc016e768d53 /src/makefile.osx | |
| parent | Undo part of c2e8c8ac to fix issue#1148 (diff) | |
| download | discoin-9e71a5cd236e0b6639f55f2f6520aaa06eac0523.tar.xz discoin-9e71a5cd236e0b6639f55f2f6520aaa06eac0523.zip | |
Define TEST_DATA_DIR so unit tests can be run from any current working directory
Diffstat (limited to 'src/makefile.osx')
| -rw-r--r-- | src/makefile.osx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/makefile.osx b/src/makefile.osx index aaac6700b..be95aab44 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -22,6 +22,9 @@ LIBPATHS= \ USE_UPNP:=1 LIBS= -dead_strip + +TESTDEFS = -DTEST_DATA_DIR=$(abspath test/data) + ifdef STATIC # Build STATIC if you are redistributing the bitcoind binary TESTLIBS += \ |