Changeset 7775
- Timestamp:
- Jun 30, 2006, 4:57:35 PM (20 years ago)
- Location:
- trunk/psLib/test/tap
- Files:
-
- 20 added
- 77 copied
-
. (added)
-
INSTALL (copied) (copied from branches/jhoblitt/psLib/test/tap/INSTALL )
-
LICENSE (copied) (copied from branches/jhoblitt/psLib/test/tap/LICENSE )
-
Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/Makefile.am )
-
README (copied) (copied from branches/jhoblitt/psLib/test/tap/README )
-
bootstrap.sh (copied) (copied from branches/jhoblitt/psLib/test/tap/bootstrap.sh )
-
compile (copied) (copied from branches/jhoblitt/psLib/test/tap/compile )
-
configure.in (copied) (copied from branches/jhoblitt/psLib/test/tap/configure.in )
-
src (added)
-
src/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/src/Makefile.am )
-
src/tap.3 (copied) (copied from branches/jhoblitt/psLib/test/tap/src/tap.3 )
-
src/tap.c (copied) (copied from branches/jhoblitt/psLib/test/tap/src/tap.c )
-
src/tap.h (copied) (copied from branches/jhoblitt/psLib/test/tap/src/tap.h )
-
tests (added)
-
tests/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/Makefile.am )
-
tests/README (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/README )
-
tests/diag (added)
-
tests/diag/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/diag/Makefile.am )
-
tests/diag/test.c (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/diag/test.c )
-
tests/diag/test.pl (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/diag/test.pl )
-
tests/diag/test.t (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/diag/test.t )
-
tests/fail (added)
-
tests/fail/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/fail/Makefile.am )
-
tests/fail/test.c (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/fail/test.c )
-
tests/fail/test.pl (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/fail/test.pl )
-
tests/fail/test.t (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/fail/test.t )
-
tests/ok (added)
-
tests/ok/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/ok/Makefile.am )
-
tests/ok/ok (added)
-
tests/ok/ok-hash (added)
-
tests/ok/ok-hash/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/ok/ok-hash/Makefile.am )
-
tests/ok/ok-hash/test.c (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/ok/ok-hash/test.c )
-
tests/ok/ok-hash/test.pl (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/ok/ok-hash/test.pl )
-
tests/ok/ok-hash/test.t (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/ok/ok-hash/test.t )
-
tests/ok/ok-numeric (added)
-
tests/ok/ok-numeric/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/ok/ok-numeric/Makefile.am )
-
tests/ok/ok-numeric/test.c (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/ok/ok-numeric/test.c )
-
tests/ok/ok-numeric/test.pl (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/ok/ok-numeric/test.pl )
-
tests/ok/ok-numeric/test.t (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/ok/ok-numeric/test.t )
-
tests/ok/ok/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/ok/ok/Makefile.am )
-
tests/ok/ok/test.c (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/ok/ok/test.c )
-
tests/ok/ok/test.pl (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/ok/ok/test.pl )
-
tests/ok/ok/test.t (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/ok/ok/test.t )
-
tests/pass (added)
-
tests/pass/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/pass/Makefile.am )
-
tests/pass/test.c (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/pass/test.c )
-
tests/pass/test.pl (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/pass/test.pl )
-
tests/pass/test.t (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/pass/test.t )
-
tests/plan (added)
-
tests/plan/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/Makefile.am )
-
tests/plan/no-tests (added)
-
tests/plan/no-tests/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/no-tests/Makefile.am )
-
tests/plan/no-tests/test.c (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/no-tests/test.c )
-
tests/plan/no-tests/test.pl (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/no-tests/test.pl )
-
tests/plan/no-tests/test.t (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/no-tests/test.t )
-
tests/plan/no_plan (added)
-
tests/plan/no_plan/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/no_plan/Makefile.am )
-
tests/plan/no_plan/test.c (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/no_plan/test.c )
-
tests/plan/no_plan/test.pl (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/no_plan/test.pl )
-
tests/plan/no_plan/test.t (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/no_plan/test.t )
-
tests/plan/not-enough-tests (added)
-
tests/plan/not-enough-tests/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/not-enough-tests/Makefile.am )
-
tests/plan/not-enough-tests/test.c (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/not-enough-tests/test.c )
-
tests/plan/not-enough-tests/test.pl (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/not-enough-tests/test.pl )
-
tests/plan/not-enough-tests/test.t (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/not-enough-tests/test.t )
-
tests/plan/sane (added)
-
tests/plan/sane/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/sane/Makefile.am )
-
tests/plan/sane/test.c (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/sane/test.c )
-
tests/plan/sane/test.pl (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/sane/test.pl )
-
tests/plan/sane/test.t (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/sane/test.t )
-
tests/plan/skip_all (added)
-
tests/plan/skip_all/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/skip_all/Makefile.am )
-
tests/plan/skip_all/plan (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/skip_all/plan )
-
tests/plan/skip_all/plan.c (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/skip_all/plan.c )
-
tests/plan/skip_all/test.c (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/skip_all/test.c )
-
tests/plan/skip_all/test.pl (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/skip_all/test.pl )
-
tests/plan/skip_all/test.t (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/skip_all/test.t )
-
tests/plan/too-many-plans (added)
-
tests/plan/too-many-plans/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/too-many-plans/Makefile.am )
-
tests/plan/too-many-plans/test.c (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/too-many-plans/test.c )
-
tests/plan/too-many-plans/test.pl (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/too-many-plans/test.pl )
-
tests/plan/too-many-plans/test.t (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/too-many-plans/test.t )
-
tests/plan/too-many-tests (added)
-
tests/plan/too-many-tests/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/too-many-tests/Makefile.am )
-
tests/plan/too-many-tests/test.c (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/too-many-tests/test.c )
-
tests/plan/too-many-tests/test.pl (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/too-many-tests/test.pl )
-
tests/plan/too-many-tests/test.t (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/plan/too-many-tests/test.t )
-
tests/skip (added)
-
tests/skip/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/skip/Makefile.am )
-
tests/skip/test.c (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/skip/test.c )
-
tests/skip/test.pl (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/skip/test.pl )
-
tests/skip/test.t (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/skip/test.t )
-
tests/todo (added)
-
tests/todo/Makefile.am (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/todo/Makefile.am )
-
tests/todo/test.c (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/todo/test.c )
-
tests/todo/test.pl (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/todo/test.pl )
-
tests/todo/test.t (copied) (copied from branches/jhoblitt/psLib/test/tap/tests/todo/test.t )
Note:
See TracChangeset
for help on using the changeset viewer.
