Changeset a5121bf for Makefile.in


Ignore:
Timestamp:
Aug 7, 2018, 3:23:34 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:
575a6e5
Parents:
524ed86
Message:

Tests can now be run from installed binaries or tree binaries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r524ed86 ra5121bf  
    900900        @cd $(dir $@) && $(abs_top_srcdir)/libcfa/configure $(config_data)
    901901check:
    902         $(MAKE) -C tests all-tests install=no debug=${debug}
     902        $(MAKE) -C tests all-tests installed=no debug=${debug}
    903903
    904904installcheck:
    905         $(MAKE) -C tests all-tests install=yes debug=${debug}
     905        $(MAKE) -C tests all-tests installed=yes debug=${debug}
    906906
    907907# Tell versions [3.59,3.63) of GNU make to not export all variables.
Note: See TracChangeset for help on using the changeset viewer.