summaryrefslogtreecommitdiffstats
path: root/test/import.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-06-09 15:26:25 (GMT)
committerSteven Knight <knight@baldmt.com>2003-06-09 15:26:25 (GMT)
commite2386c6ee94cca68e90eb9faee33b7f4d425b39f (patch)
treeba69c631356b5cc6ebc2e9dbd8bdd8b4b66de038 /test/import.py
parent8b30616143d7c08df410885ccf7cff1cf599a659 (diff)
downloadSCons-e2386c6ee94cca68e90eb9faee33b7f4d425b39f.zip
SCons-e2386c6ee94cca68e90eb9faee33b7f4d425b39f.tar.gz
SCons-e2386c6ee94cca68e90eb9faee33b7f4d425b39f.tar.bz2
Add an M4 builder. (Timothee Besset)
Diffstat (limited to 'test/import.py')
-rw-r--r--test/import.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/import.py b/test/import.py
index 8dc3682..c76c47d 100644
--- a/test/import.py
+++ b/test/import.py
@@ -75,6 +75,7 @@ tools = [
'lex',
'link',
# Can't import 'linkloc' everywhere due to Windows registry dependency...
+ 'm4',
'masm',
'midl',
'mingw',