# -*- Mode:python;indent-tabs-mode:nil;show-trailing-whitespace:t; -*- # # Project settings for core rosetta tests. # (c) Copyright Rosetta Commons Member Institutions. # (c) This file is part of the Rosetta software suite and is made available under license. # (c) The Rosetta software is developed by the contributing members of the Rosetta Commons. # (c) For more information, see http://www.rosettacommons.org. Questions about this can be # (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu. ########### KEEP DIRECTORIES AND FILES IN ALPHABETICAL ORDER ########### sources = { "options" : [ "options_system", ], "resource_manager" : [ "ResourceLoaderFactory", "ResourceOptionsFactory", ], "resource_manager/locator" : [ "FileSystemResourceLocatorTests", "StringResourceStream", ], } include_path = [ "#external/cxxtest", "#" ] library_path = [] libraries = [ "basic", "numeric", "utility", "ObjexxFCL", "z", "cppdb", "sqlite3"] subprojects = [] testinputfiles = [ ]