source: xplra/test/Makefile.am@ 112:58892a32a039

Last change on this file since 112:58892a32a039 was 112:58892a32a039, checked in by István Váradi <ivaradi@…>, 17 months ago

The test programs can be parameterized to connect over TCP

File size: 1.3 KB
RevLine 
[99]1AM_CPPFLAGS=-I $(top_srcdir)/src/client/c -I$(top_srcdir)/src/plugin/src $(VSCPL_CFLAGS)
[14]2
[101]3LDADD=../src/client/c/hu/varadiistvan/xplra/libxplra.la $(VSCPL_LIBS)
[14]4if TARGET_API_WIN32
5AM_LDFLAGS=-static -static-libgcc -static-libstdc++
6endif
7
[99]8noinst_PROGRAMS=ctest basictest basicctest multigettest multigetctest multisettest multisetctest hotkeytest hotkeyctest emulator
[14]9
10ctest_SOURCES=ctest.c
11if TARGET_API_WIN32
12ctest_LDFLAGS=-lstdc++
13endif
14
[112]15basictest_SOURCES=basictest.cc common.cc
[19]16
[112]17basicctest_SOURCES=basicctest.c ccommon.c
[23]18if TARGET_API_WIN32
19basicctest_LDFLAGS=-lstdc++
20endif
21
[112]22multigettest_SOURCES=multigettest.cc common.cc
[21]23
[112]24multigetctest_SOURCES=multigetctest.c ccommon.c
[29]25if TARGET_API_WIN32
26multigetctest_LDFLAGS=-lstdc++
27endif
28
[112]29multisettest_SOURCES=multisettest.cc common.cc
[30]30
[112]31multisetctest_SOURCES=multisetctest.c ccommon.c
[30]32if TARGET_API_WIN32
33multisetctest_LDFLAGS=-lstdc++
34endif
[31]35
[112]36hotkeytest_SOURCES=hotkeytest.cc common.cc
[54]37
[112]38hotkeyctest_SOURCES=hotkeyctest.c ccommon.c
[55]39if TARGET_API_WIN32
40hotkeyctest_LDFLAGS=-lstdc++
41endif
42
[99]43emulator_SOURCES=emulator.cc
44
[31]45EXTRA_DIST=\
[112]46 common.h \
47 common.cc \
48 ccommon.h \
49 ccommon.cc \
[31]50 runpy.sh \
[54]51 basictest.py \
52 multigettest.py \
53 multisettest.py \
54 hotkeytest.py
Note: See TracBrowser for help on using the repository browser.