Changeset 46782ab5
- Timestamp:
- Jul 23, 2018, 4:45:58 PM (6 years ago)
- 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
- 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 """ 4 config.py 5 """ 6 7 SRCDIR = "@srcdir@" 8 BUILDDIR = "@builddir@"
Note: See TracChangeset
for help on using the changeset viewer.