diff options
author | Yang Tse <yangsita@gmail.com> | 2013-01-02 20:12:15 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-01-02 20:15:50 +0100 |
commit | dfe476915711628478be22fb39452c8eddc607ae (patch) | |
tree | 89af34ed16a9bbb23bd8a695734ce0e7d467810a /lib/Makefile.am | |
parent | 404a95b588663002c240d422adc4d21f52d74a4e (diff) | |
download | curl-dfe476915711628478be22fb39452c8eddc607ae.tar.gz |
build and tests: curl_10char_object_name() shell function
lib/objnames.inc provides definition of curl_10char_object_name() shell
function. The intended purpose of this function is to transliterate a
(*.c) source file name that may be longer than 10 characters, or not,
into a string with at most 10 characters which may be used as an OS/400
object name.
Test case 1221 does unit testng of this function and also verifies
that it is possible to generate distinct short object names for all
curl and libcurl *.c source file names.
lib/objnames-test.sh is the shell script used for test case 1221.
tests/runtests.pl modified to accept shell script test cases.
More details inside lib/objnames.inc and lib/objnames-test.sh
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 91790267a..39fb4ff75 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -38,7 +38,8 @@ EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 $(DSP) \ config-win32ce.h config-os400.h setup-os400.h config-symbian.h \ Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl \ mk-ca-bundle.vbs firefox-db2pem.sh $(CMAKE_DIST) config-vxworks.h \ - Makefile.vxworks config-vms.h checksrc.pl + Makefile.vxworks config-vms.h checksrc.pl objnames-test.sh \ + objnames.inc CLEANFILES = $(DSP) $(VCPROJ) |