We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b626f commit 75ec904Copy full SHA for 75ec904
tests/unit-tests.mk
@@ -156,7 +156,7 @@ $(UNIT_TESTS_INC) : $(DIRLIST_INC)
156
@$(ECHO) "#" >> $(UNIT_TESTS_INC)
157
@$(FIND) $(DIRLIST) -type f -name '*.bas' -or -name '*.bmk' \
158
| $(XARGS) $(GREP) -l -i -E \
159
-'(#[[:space:]]*include[[:space:]](once)*[[:space:]]*\"fbcu(nit)?\.bi\")|([[:space:]]*.[[:space:]]*TEST_MODE[[:space:]]*\:[[:space:]]*FBCUNIT_COMPATIBLE)' \
+"(#[[:space:]]*include[[:space:]](once)*[[:space:]]*\"fbcu(nit)?\.bi\")|([[:space:]]*.[[:space:]]*TEST_MODE[[:space:]]*\:[[:space:]]*FBCUNIT_COMPATIBLE)" \
160
| $(SED) -e 's/\(^.*\)/\SRCLIST \+\= \.\/\1/g' \
161
>> $(UNIT_TESTS_INC)
162
@$(ECHO) "Done"
0 commit comments