source: tests/Makefile.am@ a8961d

IndependentFragmentGrids_Sole_NN_Calculation
Last change on this file since a8961d was dd6c07, checked in by Frederik Heber <heber@…>, 10 years ago

Added all new guichecks regression tests generated from createGuiChecks.sh script.

  • Property mode set to 100755
File size: 344 bytes
Line 
1SUBDIRS =
2
3SUBDIRS += \
4 Calculations \
5 CodeChecks \
6 GuiChecks \
7 regression \
8 Fragmentations \
9 Tesselations \
10 Python \
11 JobMarket
12
13.PHONY: extracheck guicheck installextracheck
14
15guicheck:
16 cd GuiChecks && $(MAKE) guicheck
17extracheck:
18 cd Calculations && $(MAKE) extracheck
19installextracheck:
20 cd Calculations && $(MAKE) installextracheck
Note: See TracBrowser for help on using the repository browser.