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
|
Line | |
---|
1 | SUBDIRS =
|
---|
2 |
|
---|
3 | SUBDIRS += \
|
---|
4 | Calculations \
|
---|
5 | CodeChecks \
|
---|
6 | regression \
|
---|
7 | Fragmentations \
|
---|
8 | Tesselations \
|
---|
9 | Python \
|
---|
10 | JobMarket
|
---|
11 |
|
---|
12 | .PHONY: extracheck installextracheck
|
---|
13 |
|
---|
14 | extracheck:
|
---|
15 | cd Calculations && $(MAKE) extracheck
|
---|
16 | installextracheck:
|
---|
17 | cd Calculations && $(MAKE) installextracheck
|
---|
Note:
See
TracBrowser
for help on using the repository browser.