mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 12:02:21 +02:00
14 lines
No EOL
243 B
Text
14 lines
No EOL
243 B
Text
# This test ensures we can remove a project, properly fail, and then compile without it
|
|
|
|
ShowFile("src/Program.bf")
|
|
Compile()
|
|
|
|
RemoveProject("SDL2")
|
|
|
|
WaitForResolve()
|
|
SleepTicks(100)
|
|
AssertFileErrors()
|
|
|
|
ToggleCommentAt("Main_Start")
|
|
|
|
Compile() |