Skip to content

Commit

Permalink
Fix my dialog construction test case's file loading
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios authored and CelticMinstrel committed Sep 18, 2024
1 parent 8a522bd commit c227b00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ if debug_symbols is not None:
env.Install("#build/test/", debug_symbols)
env.AlwaysBuild(env.Install("#build/test/", Dir("#test/files")))
env.AlwaysBuild(env.Install("#build/rsrc/", Dir("#rsrc/strings")))
# The dialog construction test case requires these:
env.AlwaysBuild(env.Install("#build/rsrc/", Dir("#rsrc/dialogs")))
env.AlwaysBuild(env.Install("#build/rsrc/", Dir("#rsrc/fonts")))
env.AlwaysBuild(env.Install("#build/rsrc/", Dir("#rsrc/graphics")))

env.Command("#build/test/junk/", '', 'mkdir "' + Dir("#build/test/junk").path + '"')
env.Command("#build/test/passed", test, run_tests, chdir=True)

0 comments on commit c227b00

Please sign in to comment.