


## unit-tests.lib
# 2008-02-07 CrT:
# This gets run by doing
#
# make check
#
# at the unix prompt in the
# root install directory.
LIBRARY_EXPORTS
pkg int_red_black_map_unit_test
pkg int_red_black_set_unit_test
pkg unt_red_black_map_unit_test
pkg unt_red_black_set_unit_test
pkg red_black_numbered_list_unit_test
# pkg red_black_tagged_numbered_list_unit_test
pkg red_black_numbered_set_generic_unit_test
pkg red_black_map_generic_unit_test
pkg red_black_set_generic_unit_test
pkg pthread_unit_test
# I've commented out this just because libcv1 isn't yet
# available on Debian 'stable' and a lot of people may
# be running that.
# And besides, the code is nonfunctional anyhow:
# pkg computer_vision_unit_test
pkg all_unit_tests
LIBRARY_COMPONENTS
$ROOT/src/lib/std/standard.lib $ROOT/src/lib/core/makelib/makelib.lib $ROOT/src/lib/x-kit/xkit.lib $ROOT/src/lib/src/scripting-unit-test.pkg $ROOT/src/lib/src/eval-unit-test.pkg $ROOT/src/lib/src/int-red-black-map-unit-test.pkg $ROOT/src/lib/src/int-red-black-set-unit-test.pkg $ROOT/src/lib/src/unt-red-black-map-unit-test.pkg $ROOT/src/lib/src/unt-red-black-set-unit-test.pkg $ROOT/src/lib/src/red-black-sequence-unit-test.pkg# $ROOT/src/lib/src/red-black-tagged-numbered-list-unit-test.pkg $ROOT/src/lib/src/red-black-numbered-set-generic-unit-test.pkg $ROOT/src/lib/src/red-black-map-generic-unit-test.pkg $ROOT/src/lib/src/red-black-set-generic-unit-test.pkg $ROOT/src/lib/compiler/front/typer/main/expand-oop-syntax-unit-test.pkg $ROOT/src/lib/compiler/front/typer/main/expand-oop-syntax2-unit-test.pkg $ROOT/src/lib/compiler/front/parser/raw-syntax/expand-list-comprehension-syntax-unit-test.pkg $ROOT/src/lib/src/sfprintf-unit-test.pkg $ROOT/src/lib/regex/regex-unit-test.pkg# I've commented out this just because libcv1 isn't yet
# available on Debian 'stable' and a lot of people may
# be running that.
# And besides, the code is nonfunctionaly anyhow:
# $ROOT/src/lib/std/src/computer-vision-unit-test.pkg $ROOT/src/lib/std/src/pthread-unit-test.pkg $ROOT/src/lib/std/src/pthread/template-pthread-unit-test.pkg $ROOT/src/lib/std/src/pthread/io-wait-pthread-unit-test.pkg $ROOT/src/lib/std/src/pthread/cpu-bound-task-pthreads-unit-test.pkg $ROOT/src/lib/std/src/pthread/io-bound-task-pthreads-unit-test.pkg $ROOT/src/lib/src/gtk-via-pipe-unit-test.pkg $ROOT/src/lib/src/gtk-unit-test.pkg $ROOT/src/lib/src/lib/thread-kit/src/core-thread-kit/threadkit-unit-test.pkg# This is now intead compiled via src/lib/x-kit/xclient/xclient-internals.sublib# because it needs access to xclient.sublibrary internals:
# $ROOT/src/lib/x-kit/xclient/pkg/stuff/xclient-unit-test.pkg $ROOT/src/lib/x-kit/tut/xkit-tut-unit-test.pkg $ROOT/src/lib/x-kit/tut/triangle/triangle-app.lib $ROOT/src/lib/x-kit/tut/plaid/plaid-app.lib $ROOT/src/lib/x-kit/tut/nbody/nbody-app.lib $ROOT/src/lib/x-kit/tut/calculator/calculator-app.lib $ROOT/src/lib/x-kit/tut/color-mixer/color-mixer-app.lib $ROOT/src/lib/x-kit/tut/bouncing-heads/bouncing-heads-app.lib $ROOT/src/lib/x-kit/tut/arithmetic-game/arithmetic-game-app.lib $ROOT/src/lib/x-kit/tut/badbricks-game/badbricks-game-app.lib $ROOT/src/lib/x-kit/tut/show-graph/show-graph-app.lib $ROOT/src/lib/test/all-unit-tests.pkg


