make/makefile.mk

changeset 1327
ed75dc1db503
parent 1213
19462011b6d5
equal deleted inserted replaced
1326:9bf5945d91ab 1327:ed75dc1db503
54 check: test-compile FORCE 54 check: test-compile FORCE
55 $(RMFILE) $(build_dir)/*.gcda 55 $(RMFILE) $(build_dir)/*.gcda
56 $(RMFILE) $(build_dir)/tests/*.gcda 56 $(RMFILE) $(build_dir)/tests/*.gcda
57 $(build_dir)/tests/ucxtest 57 $(build_dir)/tests/ucxtest
58 58
59 test-compile: static FORCE 59 test-compile: compile FORCE
60 cd tests && $(MAKE) 60 cd tests && $(MAKE)
61 61
62 check-cxx: CXX-AVAILABLE clean test-compile-cxx FORCE 62 check-cxx: CXX-AVAILABLE clean test-compile-cxx FORCE
63 $(build_dir)/tests/ucxtest 63 $(build_dir)/tests/ucxtest
64 64

mercurial