Skip to content

Decoder Unit Tests#6

Open
uslsteen wants to merge 2 commits into
masterfrom
decoder-test
Open

Decoder Unit Tests#6
uslsteen wants to merge 2 commits into
masterfrom
decoder-test

Conversation

@uslsteen

Copy link
Copy Markdown
Contributor
  • Basic Unit tests hierarchy was introduced
  • Decoder functionality were fully covered with unit tests

@uslsteen uslsteen added enhancement New feature or request help wanted Extra attention is needed labels Oct 12, 2025
Comment thread cmake/utils.cmake Outdated
Comment thread src/isa/tests/CMakeLists.txt Outdated
Comment thread src/isa/tests/CMakeLists.txt Outdated
@derzhavin3016

Copy link
Copy Markdown
Member

Pls enable tests on CI (add args to cmake configure)

Comment thread cmake/utils.cmake

set_target_properties(${TEST_NAME}
PROPERTIES
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/test/${COMPONENT_NAME}"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm afraid it could break in future, I suppose it can be done via ctest functionality

uslsteen and others added 2 commits October 24, 2025 03:05
* Basic Unit tests hierarchy was introduced
* Decoder functionality were fully covered with unit tests
* Tests option was defined into root CMake and passed into CI
- Fix interp & xbyak impls

BREAKING CHANGE!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request help wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants