source:
tests/config.py.in
@
97f9619
Last change on this file since 97f9619 was 0fc91db1, checked in by , 2 years ago | |
---|---|
|
|
File size: 164 bytes |
Line | |
---|---|
1 | #!/usr/bin/env python3 |
2 | # encoding: utf-8 |
3 | """ |
4 | config.py |
5 | """ |
6 | |
7 | SRCDIR = "@abs_srcdir@" |
8 | BUILDDIR = "@abs_builddir@" |
9 | HOSTARCH = "@host_cpu@" |
10 | DISTRIBUTE = @HAS_DISTCC@ |
Note: See TracBrowser
for help on using the repository browser.