CombiningParticlePotentialParsing
|
Last change
on this file since ff4fff9 was dd6c07, checked in by Frederik Heber <heber@…>, 11 years ago |
|
Added all new guichecks regression tests generated from createGuiChecks.sh script.
|
-
Property mode
set to
100755
|
|
File size:
344 bytes
|
| Line | |
|---|
| 1 | SUBDIRS =
|
|---|
| 2 |
|
|---|
| 3 | SUBDIRS += \
|
|---|
| 4 | Calculations \
|
|---|
| 5 | CodeChecks \
|
|---|
| 6 | GuiChecks \
|
|---|
| 7 | regression \
|
|---|
| 8 | Fragmentations \
|
|---|
| 9 | Tesselations \
|
|---|
| 10 | Python \
|
|---|
| 11 | JobMarket
|
|---|
| 12 |
|
|---|
| 13 | .PHONY: extracheck guicheck installextracheck
|
|---|
| 14 |
|
|---|
| 15 | guicheck:
|
|---|
| 16 | cd GuiChecks && $(MAKE) guicheck
|
|---|
| 17 | extracheck:
|
|---|
| 18 | cd Calculations && $(MAKE) extracheck
|
|---|
| 19 | installextracheck:
|
|---|
| 20 | cd Calculations && $(MAKE) installextracheck
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.