Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9669 in orxonox.OLD


Ignore:
Timestamp:
Aug 21, 2006, 11:20:56 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: added a checking environment for the ObjectList

Location:
trunk/src/lib/lang
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/lang/Makefile.am

    r9668 r9669  
    1515                new_class_id.h \
    1616                new_object_list.h
     17
     18check_PROGRAMS = test_object_list
     19
     20test_object_list_SOURCES = \
     21                test_object_list.cc
     22
     23test_object_list_LDADD = \
     24                libORXlang.a
Note: See TracChangeset for help on using the changeset viewer.