Moving the unit tests to a seperate folder in tests, allows the
regression tests to be placed in `tests/regressions_tests`.
tests/**/*.trs
## Binaries
-tests/lib/common/command_line
+tests/unit_tests/lib/common/command_line
# Folders generated by Visual Studio builds
**/Debug/**
tclpkg/gv/META.gv
rtest/Makefile
tests/Makefile
- tests/lib/Makefile
- tests/lib/common/Makefile
+ tests/unit_tests/Makefile
+ tests/unit_tests/lib/Makefile
+ tests/unit_tests/lib/common/Makefile
share/Makefile
share/examples/Makefile
share/gui/Makefile
# $Id$ $Revision$
## Process this file with automake to produce Makefile.in
-SUBDIRS = lib
+SUBDIRS = unit_tests
--- /dev/null
+# $Id$ $Revision$
+## Process this file with automake to produce Makefile.in
+
+SUBDIRS = lib