source:
tests/config.py.in@
80eefcb
Last change on this file since 80eefcb was afe8882, checked in by , 7 years ago | |
---|---|
|
|
File size: 137 bytes |
Rev | Line | |
---|---|---|
[46782ab5] | 1 | #!/usr/bin/env python |
2 | # encoding: utf-8 | |
3 | """ | |
4 | config.py | |
5 | """ | |
6 | ||
[afe8882] | 7 | SRCDIR = "@abs_srcdir@" |
8 | BUILDDIR = "@abs_builddir@" | |
[552f5cb] | 9 | HOSTARCH = "@host_cpu@" |
Note:
See TracBrowser
for help on using the repository browser.