Changeset ff593a3 for Makefile.am


Ignore:
Timestamp:
Aug 6, 2018, 2:11:30 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
73abe95
Parents:
28582b2
Message:

Added support for the standard automake targets 'check' and 'installcheck'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r28582b2 rff593a3  
    3333
    3434man1_MANS = doc/man/cfa.1
     35
     36debug=yes
     37check:
     38        $(MAKE) -C tests all-tests install=no debug=${debug}
     39
     40installcheck:
     41        $(MAKE) -C tests all-tests install=yes debug=${debug}
Note: See TracChangeset for help on using the changeset viewer.