Changeset 23:e3beb05af132 in xplra for test/Makefile.am


Ignore:
Timestamp:
02/06/13 18:50:36 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 3 'hg:/home/ivaradi/xplane/hg/xplra' '/'>, 'public')
Message:

Implemented some functions of the C interface and a simple test program exercising those

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r21 r23  
    66endif
    77
    8 noinst_PROGRAMS=ctest basictest multigettest multisettest
     8noinst_PROGRAMS=ctest basictest basicctest multigettest multisettest
    99
    1010ctest_SOURCES=ctest.c
     
    1515basictest_SOURCES=basictest.cc
    1616
     17basicctest_SOURCES=basicctest.c
     18if TARGET_API_WIN32
     19basicctest_LDFLAGS=-lstdc++
     20endif
     21
    1722multigettest_SOURCES=multigettest.cc
    1823
Note: See TracChangeset for help on using the changeset viewer.