| 47 cd ucx; $(MAKE) CONF=$(CONF) |
47 cd ucx; $(MAKE) CONF=$(CONF) |
| 48 |
48 |
| 49 ucx-debug: FORCE |
49 ucx-debug: FORCE |
| 50 cd ucx; $(MAKE) CONF=$(CONF) debug |
50 cd ucx; $(MAKE) CONF=$(CONF) debug |
| 51 |
51 |
| 52 test: ucx |
52 test: ucx FORCE |
| 53 cd test; $(MAKE) CONF=$(CONF) |
53 cd test; $(MAKE) CONF=$(CONF) |
| 54 |
54 |
| 55 test-debug: ucx-debug |
55 test-debug: ucx-debug FORCE |
| 56 cd test; $(MAKE) CONF=$(CONF) debug |
56 cd test; $(MAKE) CONF=$(CONF) debug |
| 57 |
57 |
| 58 run: test |
58 run: test |
| 59 ./build/release/test/ucxtest$(APP_EXT) |
59 ./build/release/test/ucxtest$(APP_EXT) |
| 60 |
60 |