Makefile.target (00e64fda061ba65668a19dd1ea79e2a2f72090da) | Makefile.target (14edcf11e297252c995d5909144f3751b7383efc) |
---|---|
1## 2## Copyright(c) 2019-2023 Qualcomm Innovation Center, Inc. All Rights Reserved. 3## 4## This program is free software; you can redistribute it and/or modify 5## it under the terms of the GNU General Public License as published by 6## the Free Software Foundation; either version 2 of the License, or 7## (at your option) any later version. 8## --- 36 unchanged lines hidden (view full) --- 45HEX_TESTS += overflow 46HEX_TESTS += signal_context 47HEX_TESTS += reg_mut 48HEX_TESTS += read_write_overlap 49HEX_TESTS += vector_add_int 50HEX_TESTS += scatter_gather 51HEX_TESTS += hvx_misc 52HEX_TESTS += hvx_histogram | 1## 2## Copyright(c) 2019-2023 Qualcomm Innovation Center, Inc. All Rights Reserved. 3## 4## This program is free software; you can redistribute it and/or modify 5## it under the terms of the GNU General Public License as published by 6## the Free Software Foundation; either version 2 of the License, or 7## (at your option) any later version. 8## --- 36 unchanged lines hidden (view full) --- 45HEX_TESTS += overflow 46HEX_TESTS += signal_context 47HEX_TESTS += reg_mut 48HEX_TESTS += read_write_overlap 49HEX_TESTS += vector_add_int 50HEX_TESTS += scatter_gather 51HEX_TESTS += hvx_misc 52HEX_TESTS += hvx_histogram |
53HEX_TESTS += invalid-slots |
|
53 | 54 |
55run-and-check-exception = $(call run-test,$2,$3 2>$2.stderr; \ 56 test $$? -eq 1 && grep -q "exception $(strip $1)" $2.stderr) 57 58run-invalid-slots: invalid-slots 59 $(call run-and-check-exception, 0x15, $@, $(QEMU) $(QEMU_OPTS) $<) 60 |
|
54HEX_TESTS += test_abs 55HEX_TESTS += test_bitcnt 56HEX_TESTS += test_bitsplit 57HEX_TESTS += test_call 58HEX_TESTS += test_clobber 59HEX_TESTS += test_cmp 60HEX_TESTS += test_dotnew 61HEX_TESTS += test_ext --- 45 unchanged lines hidden --- | 61HEX_TESTS += test_abs 62HEX_TESTS += test_bitcnt 63HEX_TESTS += test_bitsplit 64HEX_TESTS += test_call 65HEX_TESTS += test_clobber 66HEX_TESTS += test_cmp 67HEX_TESTS += test_dotnew 68HEX_TESTS += test_ext --- 45 unchanged lines hidden --- |