ROOT = ../../../../..
DIR = Pegasus/Common/tests/ConnectorAcceptor
include $(ROOT)/mak/config.mak
include ../libraries.mak

LOCAL_DEFINES = -DPEGASUS_INTERNALONLY

PROGRAM = TestConnectorAcceptor
SOURCES = ConnectorAcceptor.cpp

include $(ROOT)/mak/program.mak

tests:
	$(PROGRAM)
