2
0
mirror of https://github.com/boostorg/uuid.git synced 2026-01-19 04:42:16 +00:00

fix uuid test bjam dependency declarations

This fixes #60
This commit is contained in:
James E. King III
2018-03-26 11:16:06 -04:00
committed by James E. King, III
parent d37088ab07
commit d3eb2b250a

View File

@@ -55,12 +55,12 @@ rule test_all
all_rules += [ compile compile/decl_header.cpp :
<define>"BOOST_UUID_TEST_HEADER=uuid.hpp"
<define>"BOOST_UUID_NO_TYPE_TRAITS"
<dependency>../include/boost/uuid/uuid.hpp :
<dependency>$(BOOST_ROOT)/boost/uuid/uuid.hpp :
compile_uuid_no_type_traits ] ;
all_rules += [ compile compile/decl_header.cpp :
<define>"BOOST_UUID_TEST_HEADER=uuid.hpp"
<define>"BOOST_UUID_NO_SIMD"
<dependency>../include/boost/uuid/uuid.hpp :
<dependency>$(BOOST_ROOT)/boost/uuid/uuid.hpp :
compile_uuid_no_simd ] ;
# ECHO All rules: $(all_rules) ;