diff --git a/build/jam/OptionalTestPackages b/build/jam/OptionalTestPackages deleted file mode 100644 index ec9c6c68a1..0000000000 --- a/build/jam/OptionalTestPackages +++ /dev/null @@ -1,41 +0,0 @@ -# This file defines the optional packages containing tests of all kinds that can -# be added to the Haiku image. It is directly included from HaikuImage -- all -# variables defined there can be used - -# Available Optional Test Packages: -# libMicro - - -# libMicro -# TODO: Make this an actual package! -# if [ IsOptionalHaikuImagePackageAdded libMicro ] { -# # add scripts, tattle executable and README -# SEARCH on bench multiview README -# = [ FDirName $(HAIKU_TOP) src tests system benchmarks libMicro ] ; -# -# AddFilesToHaikuImage home benchmarks libmicro -# : bench multiview README ; -# AddFilesToHaikuImage home benchmarks libmicro bin-BePC : tattle ; -# -# # add libmicro benchmarks -# AddFilesToHaikuImage home benchmarks libmicro bin-BePC : -# atomic bind cachetocache cascade_cond cascade_fcntl -# cascade_flock cascade_lockf cascade_mutex chdir close close_tcp -# connection dup exec exec_bin exit exp fcntl fcntl_ndelay file_lock fork -# getcontext getenv getpeername getpid getrusage getsockname -# gettimeofday isatty listen localtime_r log longjmp lrand48 -# lseek malloc memcpy memmove memrand memset mktime mmap mprotect msync -# munmap mutex nop open pipe poll pread pthread_create pwrite -# read realpath recurse select semop setcontext setsockopt sigaction -# siglongjmp signal sigprocmask socket socketpair stat -# strcasecmp strchr strcmp strcpy strftime strlen strtol system time times -# write writev ; -# -# AddSymlinkToHaikuImage home benchmarks libmicro : bin-BePC : bin ; -# -# AddOptionalPackageDescriptionToHaikuImage -# .OptionalPackageDescription -# : $(HAIKU_TOP) src tests system benchmarks libMicro ; -# AddLicenseToHaikuImage OPENSOLARIS.LICENSE : OpenSolaris -# : $(HAIKU_TOP) src tests system benchmarks libMicro ; -# } diff --git a/build/jam/images/definitions/common-tail b/build/jam/images/definitions/common-tail index 5057b1a91d..0f1813955a 100644 --- a/build/jam/images/definitions/common-tail +++ b/build/jam/images/definitions/common-tail @@ -45,7 +45,6 @@ AddDirectoryToHaikuImage system var log ; include [ FDirName $(HAIKU_BUILD_RULES_DIR) OptionalPackages ] ; -include [ FDirName $(HAIKU_BUILD_RULES_DIR) OptionalTestPackages ] ; #pragma mark - User/Group Setup