Skip to content

Commit

Permalink
WIP: Update test system with unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ádám Kulcsár <[email protected]>
  • Loading branch information
kulcsaradam committed Nov 13, 2024
1 parent e7faadd commit e6a4980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,12 @@ def run_extended_tests(engine):
if fail_total > 0:
raise Exception("wasm-test-extended failed")

@runner('wamr-regression', default=True)$
@runner('wamr-regression', default=True)
def run_wamr_regression_tests(engine):
TEST_DIR = join(PROJECT_SOURCE_DIR, 'test', 'wamr', 'regression')

wamr_test_run_config = json.load(open(join(TEST_DIR, 'running_config.json')))
=======

@runner('wamr', default=False)
def run_extended_tests(engine):
TEST_DIR = join(PROJECT_SOURCE_DIR, 'test', 'wamr')
Expand Down

0 comments on commit e6a4980

Please sign in to comment.