tests/test-all.R

library(testthat)
library(GetoptLong)

is.solaris = function()
	grepl('SunOS',Sys.info()['sysname'])


if(!is.solaris()) {
	if(Sys.which("perl") != "") {
		test_check("GetoptLong", filter = "qq|GetoptLong")
	} else {
		test_check("GetoptLong", filter = "qq")
	}
}
jokergoo/GetoptLong documentation built on Oct. 5, 2022, 5:44 p.m.