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