Adding project properties test to cmakeLists

This commit is contained in:
mgwynn
2021-06-10 22:08:05 -04:00
parent d029ba894e
commit e80ba41bdd
+7
View File
@@ -41,3 +41,10 @@ ly_add_pytest(
TEST_SUITE smoke
EXCLUDE_TEST_RUN_TARGET_FROM_IDE
)
ly_add_pytest(
NAME o3de_project_properties
PATH ${CMAKE_CURRENT_LIST_DIR}/unit_test_project_properties.py
TEST_SUITE smoke
EXCLUDE_TEST_RUN_TARGET_FROM_IDE
)