diff options
author | Kenneth Heafield <github@kheafield.com> | 2012-05-11 20:31:57 -0400 |
---|---|---|
committer | Kenneth Heafield <github@kheafield.com> | 2012-05-11 20:31:57 -0400 |
commit | 708ad7d7dbfc8f8d52312c3989f86b183e12af45 (patch) | |
tree | 50400d1eecea4c8bbb85b4a13ca28b5906604b08 /decoder/Jamfile | |
parent | e1cc454db3be1a5eedc3dba7022e813a772696d7 (diff) |
Fix relative paths in tests.
Diffstat (limited to 'decoder/Jamfile')
-rw-r--r-- | decoder/Jamfile | 2 |
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 ; |