Add missing args to PythonBindingsExample.Tests

This commit is contained in:
jonawals
2021-05-19 13:45:26 +01:00
parent 0647b3186f
commit abe35aad75
@@ -114,6 +114,6 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
ly_add_googletest(
NAME AZ::PythonBindingsExample.Tests
TEST_COMMAND $<TARGET_FILE:AZ::PythonBindingsExample.Tests>
TEST_COMMAND $<TARGET_FILE:AZ::PythonBindingsExample.Tests> --unittest
)
endif()