diff options
Diffstat (limited to 'Rules')
-rw-r--r-- | Rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Rules b/Rules index 558924d653..3195f590d3 100644 --- a/Rules +++ b/Rules @@ -129,9 +129,9 @@ endif others: $(py-const) ifeq ($(run-built-tests),no) -tests: $(addprefix $(objpfx),$(filter-out $(tests-unsupported),$(tests) \ - $(tests-printers-programs)) \ - $(test-srcs)) $(tests-special) +tests: $(addprefix $(objpfx),$(filter-out $(tests-unsupported),$(tests)) \ + $(test-srcs)) $(tests-special) \ + $(tests-printers-programs) xtests: tests $(xtests-special) else tests: $(tests:%=$(objpfx)%.out) $(tests-special) $(tests-printers-out) |