source: tests/Makefile.am@ 7305d5

Last change on this file since 7305d5 was 8e2779, checked in by Frederik Heber <heber@…>, 11 years ago

TESTFIX: Regression test series Calculations would not run in parallel.

  • we have to use $(MAKE), otherwise jobobserver cannot deduce whether it calls a make and does not pass "-j4" option.
  • regression tests Fragmentations now give status in color.
  • Property mode set to 100755
File size: 278 bytes
RevLine 
[c015b3]1SUBDIRS =
2
3SUBDIRS += \
[abfc95]4 Calculations \
[878044]5 CodeChecks \
6 regression \
7 Fragmentations \
[24e19e]8 Tesselations \
9 Python \
10 JobMarket
[abfc95]11
12.PHONY: extracheck installextracheck
13
14extracheck:
[8e2779]15 cd Calculations && $(MAKE) extracheck
[abfc95]16installextracheck:
[8e2779]17 cd Calculations && $(MAKE) installextracheck
Note: See TracBrowser for help on using the repository browser.