shithub: mc

ref: e29104d6edc5f4a756db90d9b31428192db99f9e
dir: /lib/regex/test/bld.sub/

View raw version
test basic = 
	basic.myr
	testmatch.myr
	lib @/lib/std:std
	lib @/lib/sys:sys
	lib @/lib/regex:regex
;;
test boundaries =
	boundaries.myr
	testmatch.myr
	lib @/lib/std:std
	lib @/lib/sys:sys
	lib @/lib/regex:regex
;;
test capture =
	capture.myr
	testmatch.myr
	lib @/lib/std:std
	lib @/lib/sys:sys
	lib @/lib/regex:regex
;;
test class =
	class.myr
	testmatch.myr
	lib @/lib/std:std
	lib @/lib/sys:sys
	lib @/lib/regex:regex
;;
test failmatch =
	failmatch.myr
	testmatch.myr
	lib @/lib/std:std
	lib @/lib/sys:sys
	lib @/lib/regex:regex
;;
test negclass =
	negclass.myr 
	testmatch.myr
	lib @/lib/std:std
	lib @/lib/sys:sys
	lib @/lib/regex:regex
;;
test unicode  =
	unicode.myr
	testmatch.myr
	lib @/lib/std:std
	lib @/lib/sys:sys
	lib @/lib/regex:regex
;;