Changeset 56de5932 for src/tests/pybin


Ignore:
Timestamp:
Jul 25, 2018, 5:18:10 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:
4e1572f
Parents:
b8f6002
Message:

configure now creates a symlink in the test folder when building outside of the tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/pybin/tools.py

    rb8f6002 r56de5932  
    163163
    164164        # Start the walk
    165         abspath = os.path.abspath(__main__.__file__)
    166         dname = os.path.dirname(abspath)
     165        dname = settings.SRCDIR
    167166        os.path.walk(dname, step, '')
    168167
Note: See TracChangeset for help on using the changeset viewer.