Skip to content

Commit

Permalink
add prebuildopts to toy extension to help with figuring out why build…
Browse files Browse the repository at this point in the history
… sometimes fails because toy.c is not found...
  • Loading branch information
boegel committed Feb 28, 2024
1 parent 6a08bde commit 1115e3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/framework/toy_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1909,7 +1909,9 @@ def test_toy_exts_parallel(self):
" ('barbar', '0.0', {",
" 'start_dir': 'src',",
" }),",
" ('toy', '0.0'),",
" ('toy', '0.0', {",
""" 'prebuildopts': "pwd & ls -lrt && ",""",
" }),",
"]",
"sanity_check_commands = ['barbar', 'toy']",
"sanity_check_paths = {'files': ['bin/barbar', 'bin/toy'], 'dirs': ['bin']}",
Expand Down

0 comments on commit 1115e3b

Please sign in to comment.