diff options
Diffstat (limited to 'Rules')
-rw-r--r-- | Rules | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -98,6 +98,11 @@ tests: $(tests:%=$(objpfx)%.out) $(tests-special) xtests: tests $(xtests:%=$(objpfx)%.out) $(xtests-special) endif +# Generate constant files for Python pretty printers if required. +ifdef py-const +others: $(py-const) +endif + tests-special-notdir = $(patsubst $(objpfx)%, %, $(tests-special)) xtests-special-notdir = $(patsubst $(objpfx)%, %, $(xtests-special)) tests: |