Skip to content

Commit

Permalink
chore: ignore stale leanpkg tests (#4925)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha authored Aug 6, 2024
1 parent 14d59b3 commit 35e1554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ ENDFOREACH(T)
# LEAN PACKAGE TESTS
file(GLOB LEANPKGTESTS "${LEAN_SOURCE_DIR}/../tests/pkg/*")
FOREACH(T ${LEANPKGTESTS})
if(IS_DIRECTORY ${T})
if(EXISTS ${T}/test.sh)
GET_FILENAME_COMPONENT(T_NAME ${T} NAME)
add_test(NAME "leanpkgtest_${T_NAME}"
WORKING_DIRECTORY "${T}"
Expand Down

0 comments on commit 35e1554

Please sign in to comment.