Changeset 341
- Timestamp:
- May 24, 2008, 4:43:24 PM (17 years ago)
- Location:
- trunk/tests
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/Makefile.kmk
r339 r341 106 106 endif 107 107 108 109 # 110 # NOM test program with hefty GC use. 111 # 112 PROGRAMS += test-nom-2 113 test-nom-2_TEMPLATE = nombin 114 test-nom-2_SOURCES = \ 115 c/test-nom-2.c 116 ifeq ($(BUILD_TARGET),win) 117 test-nom-2_LIBS = \ 118 $(TARGET_libnomtest:.dll=.lib) 119 else 120 test-nom-2_LIBS = \ 121 $(TARGET_libnomtest) 122 endif 123 124 108 125 endif # NOM_WITH_TESTCASES 109 126
Note:
See TracChangeset
for help on using the changeset viewer.