Overview
Comment: | Rename tests to match the name of the class they test. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9a18482367a9e24398d74a04d812e050 |
User & Date: | js on 2009-11-09 22:59:57 |
Other Links: | manifest | tags |
Context
2009-11-09
| ||
23:08 | Fix a forgotten rename. check-in: e94f3f9452 user: js tags: trunk | |
22:59 | Rename tests to match the name of the class they test. check-in: 9a18482367 user: js tags: trunk | |
22:53 | Remove tests from .xcodeproj as they don't make much sense there. check-in: 82d43735d7 user: js tags: trunk | |
Changes
Modified configure.ac from [5b26638fbb] to [8216333772].
︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | - | AC_DEFINE(OF_CONFIGURED, 1, [Define so that we know we got our config.h]) BUILDSYS_LIB AC_DEFINE_UNQUOTED(PLUGIN_SUFFIX, "$PLUGIN_SUFFIX", [Suffix for plugins]) if test x"$PLUGIN_SUFFIX" != "x"; then AC_SUBST(OFPLUGIN_M, "OFPlugin.m") |
︙ |
Modified extra.mk.in from [51c198374d] to [f5c4908cf0].
1 2 3 4 | 1 2 3 4 5 6 7 8 | - | ASPRINTF_M = @ASPRINTF_M@ OBJC_SYNC = @OBJC_SYNC@ OBJC_SYNC_M = @OBJC_SYNC_M@ OFPLUGIN_M = @OFPLUGIN_M@ |
Modified tests/Makefile from [a36039c8b2] to [d9ee3333fe].
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | - - - - - + + + + + - - - - - - - - + + + + + + + + | include ../extra.mk SUBDIRS = ${TESTPLUGIN} PROG_NOINST = tests${PROG_SUFFIX} |
︙ |
Added tests/OFArray.m version [fa2389e699].
|
Added tests/OFDataArray.m version [15ada11ae3].