Improve test coverage.
This commit is contained in:
parent
35a1aff8dc
commit
f862f9f1d5
3 changed files with 23 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@
|
||||||
VERS=1.0
|
VERS=1.0
|
||||||
|
|
||||||
CC?=gcc
|
CC?=gcc
|
||||||
CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -Wpedantic
|
CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -Wpedantic -g
|
||||||
LIBS=
|
LIBS=
|
||||||
UNAME_S := $(shell uname -s)
|
UNAME_S := $(shell uname -s)
|
||||||
ifeq ($(UNAME_S),Linux)
|
ifeq ($(UNAME_S),Linux)
|
||||||
|
|
|
@ -2898,6 +2898,23 @@ not disturb the dwarves!" An immense mirror is hanging against one
|
||||||
wall, and stretches to the other end of the room, where various other
|
wall, and stretches to the other end of the room, where various other
|
||||||
sundry objects can be glimpsed dimly in the distance.
|
sundry objects can be glimpsed dimly in the distance.
|
||||||
|
|
||||||
|
> take oyster
|
||||||
|
|
||||||
|
OK
|
||||||
|
|
||||||
|
Interesting. There seems to be something written on the underside of
|
||||||
|
the oyster.
|
||||||
|
|
||||||
|
> read oyster
|
||||||
|
|
||||||
|
Hmmm, this looks like a clue, which means it'll cost you 10 points to
|
||||||
|
read it. Should I go ahead and read it anyway?
|
||||||
|
|
||||||
|
> y
|
||||||
|
|
||||||
|
It says, "There is a way out of this place. Do you need any more
|
||||||
|
information to escape? Sorry, but this initial hint is all you get."
|
||||||
|
|
||||||
> sw
|
> sw
|
||||||
|
|
||||||
You are at the southwest end of the repository. To one side is a pit
|
You are at the southwest end of the repository. To one side is a pit
|
||||||
|
@ -2920,8 +2937,8 @@ The resulting ruckus has awakened the dwarves. There are now several
|
||||||
threatening little dwarves in the room with you! Most of them throw
|
threatening little dwarves in the room with you! Most of them throw
|
||||||
knives at you! All of them get you!
|
knives at you! All of them get you!
|
||||||
|
|
||||||
You scored 393 out of a possible 430, using 463 turns.
|
You scored 383 out of a possible 430, using 465 turns.
|
||||||
|
|
||||||
Your score puts you in Master Adventurer Class B.
|
Your score puts you in Master Adventurer Class B.
|
||||||
|
|
||||||
To achieve the next higher rating, you need 18 more points.
|
To achieve the next higher rating, you need 28 more points.
|
||||||
|
|
|
@ -465,6 +465,9 @@ e
|
||||||
e
|
e
|
||||||
e
|
e
|
||||||
# Everything to here is from endgame428
|
# Everything to here is from endgame428
|
||||||
|
take oyster
|
||||||
|
read oyster
|
||||||
|
y
|
||||||
sw
|
sw
|
||||||
break mirror
|
break mirror
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue