Renamed build area for great tab autocompletion justice.

pull/15/head
Jussi Pakkanen 12 years ago
parent 026aa086dc
commit 231c2c2bc1
  1. 2
      run_tests.py
  2. 2
      shellgenerator.py

@ -17,7 +17,7 @@
from glob import glob
import os, subprocess, shutil
test_build_dir = 'test build area'
test_build_dir = 'work area'
builder_command = './builder.py'
def run_test(testdir):

@ -93,5 +93,5 @@ if __name__ == '__main__':
executable('prog', 'prog.c')
"""
os.chdir(os.path.split(__file__)[0])
g = ShellGenerator(code, '.', 'test build area')
g = ShellGenerator(code, '.', 'work area')
g.generate()

Loading…
Cancel
Save