source:
tests/Makefile.am@
25d9d9
Last change on this file since 25d9d9 was dd6c07, checked in by , 10 years ago | |
---|---|
|
|
File size: 344 bytes |
Rev | Line | |
---|---|---|
[c015b3] | 1 | SUBDIRS = |
2 | ||
3 | SUBDIRS += \ | |
[abfc95] | 4 | Calculations \ |
[878044] | 5 | CodeChecks \ |
[0f0407] | 6 | GuiChecks \ |
[878044] | 7 | regression \ |
8 | Fragmentations \ | |
[24e19e] | 9 | Tesselations \ |
10 | Python \ | |
11 | JobMarket | |
[abfc95] | 12 | |
[dd6c07] | 13 | .PHONY: extracheck guicheck installextracheck |
[abfc95] | 14 | |
[0f0407] | 15 | guicheck: |
16 | cd GuiChecks && $(MAKE) guicheck | |
[abfc95] | 17 | extracheck: |
[8e2779] | 18 | cd Calculations && $(MAKE) extracheck |
[abfc95] | 19 | installextracheck: |
[8e2779] | 20 | cd Calculations && $(MAKE) installextracheck |
Note:
See TracBrowser
for help on using the repository browser.