Skip to content

Commit

Permalink
add to exclude files if vtest ctest and ftests are not ran
Browse files Browse the repository at this point in the history
  • Loading branch information
Dong Jun Woun committed Sep 17, 2024
1 parent 7e9b9e9 commit bf56803
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ if [ "$PERF_EVENT_ACTIVE" == "perf_event" ]; then
CTESTS=`find ctests/* -prune -perm -u+x -type f ! -name "*.[c|h]"`;
#CTESTS=`find ctests -maxdepth 1 -perm -u+x -type f`;
FTESTS=`find ftests -perm -u+x -type f ! -name "*.[c|h|F]"`;
else
EXCLUDE="$EXCLUDE $VTESTS $CTESTS $FTESTS";
fi

# List of active components
Expand Down

0 comments on commit bf56803

Please sign in to comment.