~fluidity-core/fluidity/zoltan-tweaks

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Sam Parkinson
  • Date: 2013-11-28 11:44:06 UTC
  • mfrom: (4201.1.100 zoltan-tweaks)
  • Revision ID: s.parkinson11@imperial.ac.uk-20131128114406-12n1opiiftwfif65
merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
463
463
distclean: clean
464
464
        @echo "    DISTCLEAN"
465
465
        @cd @SPATIALINDEXDIR@ ; make distclean > /dev/null ; rm -rf     \
466
 
         make.log regressiontest/mvrtree/.deps                          \
467
 
         regressiontest/rtree/.deps regressiontest/tprtree/.deps >      \
468
 
         /dev/null
 
466
         test/mvrtree/.deps test/rtree/.deps test/tprtree/.deps         \
 
467
         make.log > /dev/null
469
468
        @cd libadaptivity ; make distclean > /dev/null
470
469
        @cd libjudy ; make distclean > /dev/null
471
470
        @cd libvtkfortran ; make distclean > /dev/null
502
501
test: fltools bin/$(FLUIDITY) bin/shallow_water serialtest bin/burgers_equation
503
502
 
504
503
serialtest: fltools bin/$(FLUIDITY) bin/shallow_water
505
 
        @cd tests; ../bin/testharness -l short -p serial $(EXCLUDE_TAGS) -n $(THREADS)
 
504
        @cd tests; ../bin/testharness -l short $(EXCLUDE_TAGS) -n $(THREADS)
506
505
 
507
506
mediumtest: fltools bin/$(FLUIDITY) manual bin/burgers_equation bin/shallow_water spudtools
508
507
        @cd tests; ../bin/testharness -l medium $(EXCLUDE_TAGS) -n $(THREADS)