8 lines
232 B
R
Raw Normal View History

2025-01-12 00:52:51 +08:00
library( rjson )
library( RUnit )
path <- system.file( "unittests", package="rjson" )
test.suite <- defineTestSuite( "json unittests", dirs = path, testFileRegexp = "^test\\..*\\.[rR]$" )
runTestSuite( test.suite, verbose = 100 )