Change-Id: I52e4fc9ebf2f59da57d8cf8f3e37cc79598c2f5f Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Andreas Hansson <andreas.hansson@arm.com> Reviewed-by: Curtis Dunham <curtis.dunham@arm.com> Reviewed-on: https://gem5-review.googlesource.com/2229 Reviewed-by: Tony Gutierrez <anthony.gutierrez@amd.com> Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-by: Pierre-Yves Péneau <pierre-yves.peneau@lirmm.fr>
9 lines
214 B
Python
9 lines
214 B
Python
|
|
|
|
def test_class_args():
|
|
"""There's basically nothing to test here; just make sure the code compiled
|
|
and declared its definition
|
|
"""
|
|
from pybind11_tests import class_args_noop
|
|
class_args_noop()
|