blob: 38abaaa970590c5556819ceede7ee6d696072ab7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
#
# **********************************************************************
$(test)_libraries := $(test)_TestPlugin
$(test)_TestPlugin_sources := Plugin.cpp
tests += $(test)
|