Add CRC validator (#5857)
* Adds crc validation checks Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> * Fixes invalid CRCs Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> * Changes test to smoke suite Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> * excludes some test data from the validator Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> * uses pathlib instead of os.path Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> * fixes wrong path to test scripts Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> * Escape not needed Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -6,10 +6,8 @@
|
||||
#
|
||||
#
|
||||
|
||||
# this ctest makes sure that the commit validation function
|
||||
# also runs its tests during commit validation!
|
||||
ly_add_pytest(
|
||||
NAME test_commit_validation
|
||||
PATH ${CMAKE_CURRENT_LIST_DIR}
|
||||
PATH ${CMAKE_CURRENT_LIST_DIR}/commit_validation/tests
|
||||
TEST_SUITE smoke
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user