mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Added some new tests
This commit is contained in:
parent
64f117b89f
commit
a3f1a33c39
5 changed files with 58 additions and 6 deletions
9
IDE/Tests/Test1/scripts/Data01.txt
Normal file
9
IDE/Tests/Test1/scripts/Data01.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
ShowFile("src/Data01.bf")
|
||||
GotoText("//Test_End")
|
||||
ToggleBreakpoint()
|
||||
RunWithCompiling()
|
||||
|
||||
AssertEvalEquals("sizeof(Derived)", "13")
|
||||
AssertEvalEquals("strideof(Derived)", "16")
|
||||
AssertEvalEquals("alignof(Derived)", "8")
|
||||
AssertEvalEquals("iVal", "{ 123 }")
|
Loading…
Add table
Add a link
Reference in a new issue