This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Macintosh-Tools
/
Retro68
Watch
1
Star
0
Fork
0
You've already forked Retro68
mirror of
https://github.com/autc04/Retro68.git
synced
2024-11-28 21:49:33 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
bd42c9ee6b
Retro68
/
AutomatedTests
/
Test.c
7 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
Automated tests!
2017-10-01 00:42:02 +00:00
#
include
"Test.h"
void
TestLog
(
const
char
*
str
)
{
Switch tab-indented files to 4-space indent
2019-08-18 11:21:00 +00:00
TEST_LOG_SIZED
(
str
,
strlen
(
str
)
)
;
Automated tests!
2017-10-01 00:42:02 +00:00
}
Reference in New Issue
Copy Permalink