Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[tests] fix make iproj copy phase for unit text fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
friedbunny authored and jfirebaugh committed Mar 23, 2016
1 parent 220a57b commit 8bdfca5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@
},
'copies': [
{ 'destination': '<(PRODUCT_DIR)/$(WRAPPER_NAME)/test',
# Hack: When a filename begins with a $, gyp doesn't prepend $(SRCROOT)
'files': [ '$()../test/fixtures' ],
'files': [ '../test/fixtures' ],
},
]
}, {
Expand Down

0 comments on commit 8bdfca5

Please sign in to comment.