- Timestamp:
- May 21, 2008 12:43:00 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/Makefile.kmk
r8986 r8988 157 157 158 158 159 # 160 # Add the tests to the target list for the testing pass. 161 # (kBuild r1646) 162 # 163 TESTING += $(addprefix $(VBOX_DISAS_TEST_PATH)/,$(VBOX_DISAS_TESTS)) 164 165 # Aliases for use till kBuild gets updated. 166 .PHONY: check test 167 check test: $(TESTING) 168 159 169 160 170 # 161 171 # The test aliases 162 172 # 163 164 # the standard ones for running all.165 .PHONY: check test166 check test: $(addprefix $(VBOX_DISAS_TEST_PATH)/,$(VBOX_DISAS_TESTS))167 173 168 174 # individual test and per source file (for the editor).
Note:
See TracChangeset
for help on using the changeset viewer.