1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00
Grid/tests/forces/Makefile.am

15 lines
236 B
Makefile
Raw Normal View History

2017-05-05 19:54:38 +01:00
.PHONY: check
2016-07-07 22:31:07 +01:00
include Make.inc
2017-05-05 19:54:38 +01:00
2017-05-05 20:42:08 +01:00
check: tests
2017-05-05 19:54:38 +01:00
./Test_rect_force
./Test_gp_rect_force
./Test_laplacian_force
./Test_wilson_force
./Test_gpwilson_force
./Test_dwf_force
./Test_dwf_gpforce
./Test_mobius_force
./Test_zmobius_force