X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fclam%2Fvariables.def;h=6bf3d2ca0da71db6f4e80b971ab14ed4c5fcf156;hb=2e8db8a8fad52c97a67523ac76823bb0f2cbd4ee;hp=8897d2c3799bc0c1756082aa5c0194cabe0da336;hpb=26cc4f3ade8271bd0941c587d4ac21219bac2542;p=feisty_meow.git diff --git a/scripts/clam/variables.def b/scripts/clam/variables.def index 8897d2c3..6bf3d2ca 100644 --- a/scripts/clam/variables.def +++ b/scripts/clam/variables.def @@ -155,6 +155,8 @@ ACTUAL_LAST_TARGETS = $(LAST_TARGETS) # "RUN_TARGETS" is a list of programs that should be executed as part of a make. export RUN_TARGETS +# "RUN_ALL_TESTS" turns on execution of the RUN_TARGETS. +export RUN_ALL_TESTS # "MAKEFILE_NAME" works with BUILD_BEFORE and BUILD_AFTER. This allows # the name of the makefile in the subdirectory to be changed to something other @@ -167,9 +169,6 @@ export MAKEFILE_NAME = makefile # find command. on dosdows, the find command is utter garbage and we need # to make sure we don't accidentally run that inferior one. export FIND = find -#ifeq "$(OP_SYSTEM)" "WIN32" -# export FIND = $(FEISTY_MEOW_DIR)/msys/bin/find -#endif # "PARAMETER_FILE" is the location of our version stamps (if defined) and # also contains any extra flags passed to the compilation.