Changeset 0c1b566 for tests


Ignore:
Timestamp:
Aug 10, 2018, 3:40:47 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:
2ea0a8a
Parents:
ea5b7d6
Message:

Fixed missing foreign options and tentative fix for TOP directories defines

Location:
tests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    rea5b7d6 r0c1b566  
    1515###############################################################################
    1616
     17AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
    1718
    1819debug=yes
  • tests/Makefile.in

    rea5b7d6 r0c1b566  
    295295top_builddir = @top_builddir@
    296296top_srcdir = @top_srcdir@
     297AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
    297298debug = yes
    298299installed = no
  • tests/preempt_longrun/Makefile.am

    rea5b7d6 r0c1b566  
    1414## Update Count     : 0
    1515###############################################################################
     16
     17AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
    1618
    1719repeats=10
  • tests/preempt_longrun/Makefile.in

    rea5b7d6 r0c1b566  
    454454top_builddir = @top_builddir@
    455455top_srcdir = @top_srcdir@
     456AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
    456457repeats = 10
    457458max_time = 600
Note: See TracChangeset for help on using the changeset viewer.