Commit Graph

7 Commits

Author SHA1 Message Date
e8ce2268e0 Test system for MaxScale.
Every test/makefile have the following targets:
 cleantests 	- clean local and subdirectories' tests
 buildtests	- build all local and subdirectories' tests
 runtests	- run all local tests
 testall	- clean, build and run local and subdirectories' tests

Tests for directory random_dir are always in its subdirectory, in this case in random_dir/test . If random_dir has subdirectories with tests, random_dir/child_dir, for example, tests of child_dir can be started from random_dir/test/makefile where make -C child_dir/test <test target> is called.

See MAXSCALE_HOME/test/README for further information.
2014-02-07 11:06:37 +02:00
5c48239372 Fixed doxygen documentation generation 2013-09-04 13:13:54 +02:00
636e5b619c fix Makefile to comply with new dirs 2013-07-29 09:39:46 +03:00
003db6eaa9 Added space character so that log_manager will be installed too 2013-07-25 13:36:39 +03:00
c84f4e099a Replaced hard-coded path with $(HOME)/... 2013-07-22 21:50:15 +03:00
53c6d6daa6 Updates for make install rules 2013-07-17 13:31:18 +02:00
7e7737af05 Addition of top level Makefile 2013-07-16 16:47:20 +02:00