| commit | 0e7a1c36ab68309e26c3e4e5a35c25a81a95abbe | [log] [tgz] |
|---|---|---|
| author | Andrew Walbran <qwandor@google.com> | Fri Dec 13 17:24:35 2019 +0000 |
| committer | Andrew Walbran <qwandor@google.com> | Mon Dec 16 12:01:13 2019 +0000 |
| tree | 20adfb03699876154f0d500fa08edc4a85afe9ab | |
| parent | 1e7c77449d3956fd06d594727700d5fdc169bc2a [diff] [blame] |
Move test utilities to common directory, and use them more widely. Change-Id: Ib7397eccf811fec6a746254a613936c8466ac9e6
diff --git a/test/vmapi/primary_with_secondaries/mailbox.c b/test/vmapi/primary_with_secondaries/mailbox.c index f08c696..c58115a 100644 --- a/test/vmapi/primary_with_secondaries/mailbox.c +++ b/test/vmapi/primary_with_secondaries/mailbox.c
@@ -23,7 +23,7 @@ #include "primary_with_secondary.h" #include "test/hftest.h" -#include "util.h" +#include "test/vmapi/spci.h" /** * Reverses the order of the elements in the given array.