Changeset 2a59655 for tests


Ignore:
Timestamp:
Dec 9, 2020, 3:01:28 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
1a2a49b
Parents:
d7a10af
Message:

make distcheck FINALLY passes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    rd7a10af r2a59655  
    102102        @+${TEST_PY} --debug=${debug} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
    103103
    104 clean-local :
     104mostlyclean-local :
    105105        rm -f ${EXTRA_PROGRAMS}
     106        rm -rf __pycache__
     107        find ${builddir} -path '*.o' -delete
     108        find ${builddir} -path '*/.err/*.log' -delete
     109        find ${builddir} -path '*/.out/*.log' -delete
     110
     111distclean-local :
     112        find ${builddir} -path '*.Po' -delete
    106113
    107114list :
Note: See TracChangeset for help on using the changeset viewer.