updated to add xsede tests back in for when it's an isolated checkout.
[feisty_meow.git] / scripts / clam / cpp / rules.def
index 4bef18a37ed963c7c7a5bfb6ace3e2d448629600..aea2b4a056dbc6996ce9e298e04e6dd1e750b803 100644 (file)
 # This section manipulates variable values to prepare them for their use
 # in the standard CLAM support.
 
-# special actions for projects that are tests.
-ifneq "$(findstring test, $(TYPE))" ""
-  # add the clean task at the end, so that we will always rebuild the tests
-  # and run them again.
-#hmmm: this is a kludge to make sure we always run the tests.  there has got
-#      to be a better way.
-  LAST_TARGETS += clean
-endif
-
 # see if they have got the clean flag set.  if so, we will not build anything.
 ifneq "$(CLEAN)" ""
   NO_COMPILE = t