Changeset 46782ab5 for src


Ignore:
Timestamp:
Jul 23, 2018, 4:45:58 PM (7 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:
f85bc15
Parents:
e9546f9
Message:

Added build directory to python config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/config.py.in

    re9546f9 r46782ab5  
    1 SRCDIR = @srcdir@
     1#!/usr/bin/env python
     2# encoding: utf-8
     3"""
     4config.py
     5"""
     6
     7SRCDIR   = "@srcdir@"
     8BUILDDIR = "@builddir@"
Note: See TracChangeset for help on using the changeset viewer.