


## all-unit-tests.pkg
#
# Compiled by:
# src/lib/test/unit-tests.libpackage all_unit_tests {
#
my _ = log::note .{ "=> top -- all-unit-tests.pkg"; };
fun run ()
=
{
log::note .{ "=> int_red_black_map_unit_test::run (); -- all-unit-tests.pkg"; };
int_red_black_map_unit_test::run (); log::note .{ "=> int_red_black_set_unit_test::run (); -- all-unit-tests.pkg"; };
int_red_black_set_unit_test::run ();
log::note .{ "=> unt_red_black_map_unit_test::run (); -- all-unit-tests.pkg"; };
unt_red_black_map_unit_test::run (); log::note .{ "=> unt_red_black_set_unit_test::run (); -- all-unit-tests.pkg"; };
unt_red_black_set_unit_test::run ();
log::note .{ "=> red_black_map_generic_unit_test::run; -- all-unit-tests.pkg"; };
red_black_map_generic_unit_test::run (); log::note .{ "=> red_black_set_generic_unit_test::run (); -- all-unit-tests.pkg"; };
red_black_set_generic_unit_test::run ();
log::note .{ "=> red_black_numbered_set_generic_unit_test::run (); -- all-unit-tests.pkg"; };
red_black_numbered_set_generic_unit_test::run ();
log::note .{ "=> red_black_numbered_list_unit_test::run (); -- all-unit-tests.pkg"; };
red_black_numbered_list_unit_test::run ();
planfile_unit_test::run ();
# red_black_tagged_numbered_list_unit_test::run ();
# commented out very temporarily 2012-06-13 while attempting to change SCRIPT_EXIT_BOILERPLATE XXX BUGGO RESTOREME
# scripting_unit_test::run ();
eval_unit_test::run ();
log::note .{ "=> interprocess_signals_unit_test::run (); -- all-unit-tests.pkg"; };
interprocess_signals_unit_test::run ();
log::note .{ "=> posix_io_unit_test::run (); -- all-unit-tests.pkg"; };
posix_io_unit_test::run ();
log::note .{ "=> expand_oop_syntax_unit_test::run (); -- all-unit-tests.pkg"; };
expand_oop_syntax_unit_test::run (); log::note .{ "=> expand_oop_syntax2_unit_test::run (); -- all-unit-tests.pkg"; };
expand_oop_syntax2_unit_test::run ();
log::note .{ "=> expand_list_comprehension_syntax_unit_test::run (); -- all-unit-tests.pkg"; };
expand_list_comprehension_syntax_unit_test::run ();
log::note .{ "=> sfprintf_unit_test::run (); -- all-unit-tests.pkg"; };
sfprintf_unit_test::run ();
log::note .{ "=> regex_unit_test::run (); -- all-unit-tests.pkg"; };
regex_unit_test::run ();
log::note .{ "=> threadkit_unit_test::run (); -- all-unit-tests.pkg"; };
threadkit_unit_test::run ();
log::note .{ "=> hostthread_unit_test::run (); -- all-unit-tests.pkg"; };
hostthread_unit_test::run (); log::note .{ "=> template_hostthread_unit_test::run (); -- all-unit-tests.pkg"; };
template_hostthread_unit_test::run (); log::note .{ "=> io_wait_hostthread_unit_test::run (); -- all-unit-tests.pkg"; };
io_wait_hostthread_unit_test::run (); log::note .{ "=> cpu_bound_task_hostthreads_unit_test::run (); -- all-unit-tests.pkg"; };
cpu_bound_task_hostthreads_unit_test::run (); log::note .{ "=> io_bound_task_hostthreads_unit_test::run (); -- all-unit-tests.pkg"; };
io_bound_task_hostthreads_unit_test::run (); log::note .{ "=> thread_scheduler_inter_hostthreads_unit_test::run (); -- all-unit-tests.pkg"; };
thread_scheduler_inter_hostthreads_unit_test::run ();
log::note .{ "=> xclient_unit_test::run (); -- all-unit-tests.pkg"; };
xclient_unit_test::run (); log::note .{ "=> widget_unit_test::run (); -- all-unit-tests.pkg"; };
widget_unit_test::run ();
log::note .{ "=> xkit_tut_unit_test::run (); -- all-unit-tests.pkg"; };
xkit_tut_unit_test::run ();
# Do not edit this or following lines --- they are autobuilt. (patchname="run")
qqq_client_for_library_in_c_subprocess_unit_test::run ();
qqq_client_for_library_in_main_process_unit_test::run ();
opengl_client_for_library_in_c_subprocess_unit_test::run ();
opengl_client_for_library_in_main_process_unit_test::run ();
opencv_client_for_library_in_c_subprocess_unit_test::run ();
opencv_client_for_library_in_main_process_unit_test::run ();
ncurses_client_for_library_in_c_subprocess_unit_test::run ();
ncurses_client_for_library_in_main_process_unit_test::run ();
gtk_client_for_library_in_c_subprocess_unit_test::run ();
gtk_client_for_library_in_main_process_unit_test::run ();
# Do not edit this or preceding lines --- they are autobuilt.
log::note .{ "=> unit_test::summarize_all_tests (); -- all-unit-tests.pkg"; };
unit_test::summarize_all_tests ();
};
my _ = log::note .{ "=> AAA -- all-unit-tests.pkg"; };
my _ = # Because only declarations are syntactically legal here.
run ();
my _ = log::note .{ "=> ZZZ -- all-unit-tests.pkg"; };
};


