From 78f48bc16aa557ae12c24d2c43f1d012eca6a1ce Mon Sep 17 00:00:00 2001 From: rasdaman Date: Thu, 11 Nov 2010 01:05:21 +0100 Subject: JYu: deprecate the unused test from systemtest, setup a new test architecture with branchs of mandatory test, fixed test, and open test. The rasql query tests are in mandatory test folder. The PG memleak test is in fixed test folder. User can add extra test by following a similar structure. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5142f44..c9c5cee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,8 @@ SUBDIRS = relblobif relindexif relmddif relcatalogif reladminif relstorageif \ indexmgr catalogmgr tilemgr storagemgr compression commline network \ raslib clientcomm servercomm rasodmg qlparser conversion \ mddmgr httpserver mymalloc server rasmgr rascontrol rasdl \ - applications bin insertutils manuals_and_examples include + applications bin insertutils manuals_and_examples include \ + systemtest dist_log_DATA=empty -- cgit