mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Added test for removing project
This commit is contained in:
parent
833b4002a5
commit
ddd221c187
5 changed files with 45 additions and 0 deletions
14
IDE/Tests/BugW003/scripts/Test.txt
Normal file
14
IDE/Tests/BugW003/scripts/Test.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
# This test ensures we can remove a project, properly fail, and then compile without it
|
||||
|
||||
ShowFile("src/Program.bf")
|
||||
Compile()
|
||||
|
||||
RemoveProject("SDL2")
|
||||
|
||||
WaitForResolve()
|
||||
SleepTicks(20)
|
||||
AssertFileErrors()
|
||||
|
||||
ToggleCommentAt("Main_Start")
|
||||
|
||||
Compile()
|
Loading…
Add table
Add a link
Reference in a new issue