source: tests/Makefile.am@ 25d9d9

Fix_BoundInBox_CenterInBox_MoleculeActions
Last change on this file since 25d9d9 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
RevLine 
[c015b3]1SUBDIRS =
2
3SUBDIRS += \
[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]15guicheck:
16 cd GuiChecks && $(MAKE) guicheck
[abfc95]17extracheck:
[8e2779]18 cd Calculations && $(MAKE) extracheck
[abfc95]19installextracheck:
[8e2779]20 cd Calculations && $(MAKE) installextracheck
Note: See TracBrowser for help on using the repository browser.