1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 08:34:22 +03:00
inform7/inter/building-test/Contents.w

16 lines
302 B
OpenEdge ABL
Raw Normal View History

2020-03-29 01:18:10 +02:00
Title: building-test
Author: Graham Nelson
Purpose: Unit tests for the building module.
Language: InC
Licence: Artistic License 2.0
Import: foundation
2020-04-14 19:56:54 +03:00
Import: ../bytecode
Import: ../building
Import: ../../services/arch
2020-05-20 02:02:28 +03:00
Import: ../../services/words
2020-03-29 01:18:10 +02:00
Chapter 1: Scaffolding
Program Control
Unit Tests