This website requires JavaScript.
Explore
Help
Sign In
maride
/
tty-solitaire
Watch
1
Star
0
Fork
0
You've already forked tty-solitaire
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
7473c59d05
tty-solitaire
/
tests
/
gui_test.c
8 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
Add initial unit tests.
2011-02-07 01:31:55 +00:00
#
include
<assert.h>
#
include
<stdbool.h>
Renamed the 'draw' module to 'gui'.
2011-06-09 01:55:44 +00:00
#
include
"../src/gui.h"
Add initial unit tests.
2011-02-07 01:31:55 +00:00
Renamed the 'draw' module to 'gui'.
2011-06-09 01:55:44 +00:00
void
test_gui
(
)
{
Add initial unit tests.
2011-02-07 01:31:55 +00:00
assert
(
true
)
;
}
Reference in New Issue
Copy Permalink