diff options
author | Paul Elder <paul.elder@ideasonboard.com> | 2020-12-05 19:30:52 +0900 |
---|---|---|
committer | Paul Elder <paul.elder@ideasonboard.com> | 2021-02-16 19:21:49 +0900 |
commit | e45bddeb934784e4dde1918ff65165fbd9544fd2 (patch) | |
tree | bff32e517a70616751dbf9fc72e24852fbb5b094 /test/ipa/meson.build | |
parent | e6722b86eef7c88358d4b4535d75ac3415c12004 (diff) |
tests: Remove IPA wrappers test
Since we will soon no longer use IPA wrappers, remove the test for it.
Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'test/ipa/meson.build')
-rw-r--r-- | test/ipa/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ipa/meson.build b/test/ipa/meson.build index ba672f3f..e4f0818a 100644 --- a/test/ipa/meson.build +++ b/test/ipa/meson.build @@ -3,7 +3,6 @@ ipa_test = [ ['ipa_module_test', 'ipa_module_test.cpp'], ['ipa_interface_test', 'ipa_interface_test.cpp'], - ['ipa_wrappers_test', 'ipa_wrappers_test.cpp'], ] foreach t : ipa_test |