Added docs and project management tool update
This commit is contained in:
9
unit_test/unittest_lib.bas
Normal file
9
unit_test/unittest_lib.bas
Normal file
@@ -0,0 +1,9 @@
|
||||
Include Once
|
||||
|
||||
Sub cat( cat_name$ )
|
||||
Print""
|
||||
Print "---------------------["; UCase$(cat_name$); " Test]---------------------"
|
||||
End Sub
|
||||
|
||||
dash_line$ = "--------------------------------------------------------------------------"
|
||||
|
||||
Reference in New Issue
Block a user