Changeset 341


Ignore:
Timestamp:
May 24, 2008, 4:43:24 PM (17 years ago)
Author:
cinc
Message:

New test app for NOM and GC combined

Location:
trunk/tests
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/Makefile.kmk

    r339 r341  
    106106endif
    107107
     108
     109#
     110# NOM test program with hefty GC use.
     111#
     112PROGRAMS += test-nom-2
     113test-nom-2_TEMPLATE = nombin
     114test-nom-2_SOURCES = \
     115        c/test-nom-2.c
     116ifeq ($(BUILD_TARGET),win)
     117 test-nom-2_LIBS = \
     118        $(TARGET_libnomtest:.dll=.lib)
     119else
     120 test-nom-2_LIBS = \
     121        $(TARGET_libnomtest)
     122endif
     123
     124
    108125endif # NOM_WITH_TESTCASES
    109126
Note: See TracChangeset for help on using the changeset viewer.