Skip to content

Commit

Permalink
Test 'flat' version of chapter06 too
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed May 25, 2017
1 parent f6540bb commit ac9185f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,5 @@
build-*
BoostBook.pro.user.2.6pre1
example_file.txt
save_file.txt
symlink
1 change: 1 addition & 0 deletions BoostBook.pro
Expand Up @@ -9,6 +9,7 @@ SUBDIRS += \
Chapter04 \
Chapter05 \
Chapter06 \
Chapter06/flat \
Chapter07 \
Chapter08 \
Chapter09 \
Expand Down
1 change: 1 addition & 0 deletions test.py
Expand Up @@ -290,6 +290,7 @@ def _test_recipe(path):

test_name = os.path.dirname(os.path.relpath(path)).replace('\\release', '').replace('\\debug', '').replace('\\', '/')
print "* {}".format(test_name)
test_name = test_name.replace('/flat', '').replace('\\flat', '')
if test_name in special_cases:
f = special_cases[test_name]
f(test_name, path)
Expand Down

0 comments on commit ac9185f

Please sign in to comment.