| 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 |