Skip to content

Commit

Permalink
Add dependency on generator
Browse files Browse the repository at this point in the history
FuseSoC requires targets using a generator to depend on it; this
dependency was missing in one of the generators in the test suite. This
isn't caught by the test harness at the moment as these files are not
loaded through the dependency resolution process but injected directly.
  • Loading branch information
rswarbrick authored and imphil committed Apr 7, 2020
1 parent f7b1777 commit 566eae5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/capi2_cores/misc/generate.core
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
CAPI=2:
name : ::generate:0

filesets:
default:
depend:
- generators

targets:
default:
filesets :
- default
generate : [testgenerate_without_params, testgenerate_with_params]
toplevel : na

Expand Down

0 comments on commit 566eae5

Please sign in to comment.