# Copyright (c) 2021 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Test suite for Panda. # Targets for running separate suites: add_custom_target(cts-assembly COMMENT "Running compliance tests for Panda Assembly") if(NOT PANDA_TARGET_AMD64 OR PANDA_TARGET_WINDOWS) add_dependencies(tests cts-assembly) add_subdirectory(cts-coverage-tool) else() add_custom_target(verifier-tests COMMENT "Regression tests for verifier") add_dependencies(tests cts-assembly cts-generator-build verifier-tests) if (PANDA_ENABLE_THREAD_SANITIZER) # See issue #4332 add_dependencies(tests cts-generator) endif() add_subdirectory(cts-coverage-tool) add_subdirectory(cts-generator) endif() # Add a single test run to the build tree. # # Usage: # # panda_add_test_run( # FILE # TARGET # [SUBDIR ] # [EXPECTED_STDOUT ] # [SEARCH_DEBUG_STDERR ] # [DEPENDS ...] # [RUNTIME_OPTIONS