diff --git a/pyproject.toml b/pyproject.toml index a41fe32504..845b63ece4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,19 @@ addopts = [ pythonpath = [ ".", "src", + "src/omniperf_soc", "src/utils", - "src/omniperf_analyze/utils" + "src/omniperf_analyze/utils", + "tests" ] + +markers = [ + "kernel_execution", + "ipblocks", + "misc", + "mem", + "sort", + "join", + "verbosity", + "dispatch", +]