]> git.lizzy.rs Git - rust.git/commit
mk: Depend on regex_macros for tests appropriately
authorAlex Crichton <alex@alexcrichton.com>
Tue, 29 Apr 2014 15:55:40 +0000 (08:55 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 29 Apr 2014 15:55:40 +0000 (08:55 -0700)
commit7b3650da7aac05266fe51184d5e4bdf11137b256
tree598f424dff35597645e0947e17153043fdfa16eb
parent30e373390f1a2f74e78bf9ca9c8ca68451f3511a
mk: Depend on regex_macros for tests appropriately

There is currently not much precedent for target crates requiring syntax
extensions to compile their test versions. This dependency is possible, but
can't be encoded through the normal means of DEPS_regex because it is a
test-only dependency and it must be a *host* dependency (it's a syntax
extension).

Closes #13844
mk/tests.mk