# 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 ; # }