(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / vxworks / tests

File: [Pegasus] / pegasus / vxworks / tests / Attic / Makefile (download)
Revision: 1.1.2.11, Thu Sep 13 15:33:18 2007 UTC (16 years, 9 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
Changes since 1.1.2.10: +0 -0 lines
FILE REMOVED
PEP#: 305
TITLE: VxWorks Porting
DESCRIPTION: Ongoing VxWorks porting

BASE = $(PEGASUS_ROOT)/src/Pegasus/Common/tests
SH = $(PEGASUS_ROOT)/vxworks/vxexec

_DIRS1 = \
    DynamicLibrary \
    Abstract \
    Array \
    AutoPtr \
    AtomicInt \
    AuthenticationInfo \
    Base64 \
    Buffer \
    CIMError\
    Cimom \
    ClassDecl \
    Compare \
    Config \
    DynLib \
    Flavor \
    HashTable \
    HTTPMessage \
    InstanceDecl \
    IndicationFormatter \
    MessageQueue \
    Method \
    ModuleController \
    Mutex \
    Object \
    ObjectNormalizer \
    OperationContext \
    OptionManager \
    ParamValue \
    Parameter \
    Property \
    Qualifier \
    QualifierDecl \
    QualifierList \
    Resolve \
    Scope \
    SpinLock \
    Stack \
    Stopwatch \
    StrToInstName \
    String \
    StringConversion \
    System \
    ThreadPool \
    TimeValue \
    ToMof \
    ValidateClass \
    Value \
    XmlDump \
    XmlParser \
    XmlPrint \
    List \
    AsyncQueue \
    IDFactory \
    SharedPtr \
    HostAddress \
    HostLocator \
    Thread \
    XmlReader \
    Reference \
    Executor \
    DateTime \
    FileSystem \
    Logger \
    Formatter \
    Dir \
    MessageQueueService \
    async_callback \
    MessageSerializer

_DIRS2 = \
    Tracer \
    AuditLogger \
    L10N \
    L10N/msg \

##
## Notes on failing tests:
##
##     FileLock - uses popen(), unsupported on vxworks.
##     AnonymousPipe - uses fork(), unsupported by vxworks.
##

DIRS1 = $(addprefix $(BASE)/,$(_DIRS1))
DIRS2 = $(addprefix $(BASE)/,$(_DIRS2))

define NL


endef

all: dirs1

dirs1:
	$(foreach i, $(DIRS1), $(MAKE) SHELL=$(SH) -SC $(i) tests $(NL) )

dirs2:
	$(foreach i, $(DIRS2), $(MAKE) SHELL=$(SH) -SC $(i) tests $(NL) )


No CVS admin address has been configured
Powered by
ViewCVS 0.9.2