From abe35aad75fd4cdb6484e7bca1e2b831c9195c2c Mon Sep 17 00:00:00 2001 From: jonawals Date: Wed, 19 May 2021 13:45:26 +0100 Subject: [PATCH] Add missing args to PythonBindingsExample.Tests --- Code/Tools/PythonBindingsExample/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Tools/PythonBindingsExample/CMakeLists.txt b/Code/Tools/PythonBindingsExample/CMakeLists.txt index 3abd24b5fc..90cb718ce4 100644 --- a/Code/Tools/PythonBindingsExample/CMakeLists.txt +++ b/Code/Tools/PythonBindingsExample/CMakeLists.txt @@ -114,6 +114,6 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED) ly_add_googletest( NAME AZ::PythonBindingsExample.Tests - TEST_COMMAND $ + TEST_COMMAND $ --unittest ) endif()