History log of /netbsd-src/tests/lib/libtre/Makefile (Results 1 – 4 of 4)
Revision Date Author Comments
# e7d17825 24-Aug-2012 jmmv <jmmv@NetBSD.org>

Sanitize the regex test cases.

- Merge h_regex_att (att.c) and t_regex_att.sh into a single C test program.
The former was really a test program, and the latter just a very strange
driver for it

Sanitize the regex test cases.

- Merge h_regex_att (att.c) and t_regex_att.sh into a single C test program.
The former was really a test program, and the latter just a very strange
driver for it.

- Stop using awk to generate the shell test programs. This is unnecessary
and confusing. Instead, change t_regex.sh to generate the test case
functions on the fly with eval (as done in many other places).

show more ...


# 9ac3865c 06-Nov-2011 christos <christos@NetBSD.org>

Disable the basic tests for now.


# a8ac67be 06-Nov-2011 christos <christos@NetBSD.org>

XXX: Limit repetitions to something tiny so TRE can handle the exhaust test.


# af83df92 05-Nov-2011 christos <christos@NetBSD.org>

Add libtre tests but don't hook them up because they don't pass.