Skip to content

Commit

Permalink
test: skip core_log_default_function tests for static builds
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Mar 8, 2024
1 parent 00195e1 commit b9f2b7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/test/core_log_default_function/TESTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@


@g.require_granularity(g.ANY)
# The 'nondebug' build is chosen arbitrarily to ensure these tests are run only
# once. No dynamic libraries are used nor .static_* builds are available.
@t.require_build(['debug','nondebug'])
class CORE_LOG(t.BaseTest):
test_type = t.Short

Expand Down
2 changes: 1 addition & 1 deletion src/test/core_log_no_func/TESTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@g.require_granularity(g.ANY)
# The 'nondebug' build is chosen arbitrarily to ensure these tests are run only
# once. No dynamic libraries are used nor .static_* builds are available.
@t.require_build('nondebug')
@t.require_build(['debug','nondebug'])
class CORE_LOG(t.BaseTest):
test_type = t.Short

Expand Down

0 comments on commit b9f2b7d

Please sign in to comment.