summaryrefslogtreecommitdiff
path: root/decoder/Jamfile
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-05-11 20:31:57 -0400
committerKenneth Heafield <github@kheafield.com>2012-05-11 20:31:57 -0400
commit5d2d8752f03934acb61dc9ca826563900d413e44 (patch)
treef16863dfe3df191193a221b99ae96be58d4611cc /decoder/Jamfile
parent45a28264df3f1347eba603ee0758e5d7f063c327 (diff)
Fix relative paths in tests.
Diffstat (limited to 'decoder/Jamfile')
-rw-r--r--decoder/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/Jamfile b/decoder/Jamfile
index d7d42f28..f8112cae 100644
--- a/decoder/Jamfile
+++ b/decoder/Jamfile
@@ -65,7 +65,7 @@ lib cdec_lib :
exe cdec : cdec.cc cdec_lib ;
-all_tests [ glob *_test.cc : cfg_test.cc ] : cdec_lib ;
+all_tests [ glob *_test.cc : cfg_test.cc ] : cdec_lib : <testing.arg>$(TOP)/decoder/test_data ;
install legacy : cdec
: <location>$(TOP)/cdec <install-type>EXE <install-dependencies>on <link>shared:<dll-path>$(TOP)/cdec <link>shared:<install-type>LIB ;