Home
last modified time | relevance | path

Searched refs:testsbase (Results 1 – 11 of 11) sorted by relevance

/dports/devel/gnulib/gnulib-20140202-stable/
H A Dgnulib-tool969 testsbase=
1126 testsbase=$1
1430 case "$testsbase" in
1431 */ ) testsbase=`echo "$testsbase" | sed -e "$sed_trimtrailingslashes"` ;;
4638 echo "$testsbase"
5628 testsbase=gltests
5783 test -d "$testdir/$testsbase" || mkdir "$testdir/$testsbase"
6327 test -n "$testsbase" || testsbase="tests"
6339 test -n "$testsbase" || testsbase="tests"
6393 test -n "$testsbase" || testsbase="tests"
[all …]
H A DChangeLog64163 the contents of $testsbase.
85955 (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
85956 (func_import): Use variables $testsbase and $inctests. Emit a
85957 gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
86986 (testsbase, inctests): New variables.
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/
H A Dgnulib-tool.py78 testsbase = None
478 testsbase = cmdargs.testsbase
479 if testsbase != None:
480 testsbase = cmdargs.testsbase[0]
524 testsbase=testsbase,
569 if not testsbase:
570 testsbase = 'tests'
591 if not testsbase:
645 if not testsbase:
877 if not testsbase:
[all …]
H A Dgnulib-tool1141 testsbase=
1299 testsbase=$1
1625 case "$testsbase" in
1626 */ ) testsbase=`echo "$testsbase" | sed -e "$sed_trimtrailingslashes"` ;;
6243 testsbase=gltests
6407 test -d "$testdir/$testsbase" || mkdir "$testdir/$testsbase"
6756 cd "$testsbase"
6971 test -n "$testsbase" || testsbase="tests"
6983 test -n "$testsbase" || testsbase="tests"
7037 test -n "$testsbase" || testsbase="tests"
[all …]
H A Dgnulib-tool.py.TODO115 gnulib-tool: Fix build order when $testsbase is a subdir of $sourcebase.
H A DChangeLog23457 gnulib-tool: Fix build order when $testsbase is a subdir of $sourcebase.
103352 the contents of $testsbase.
125144 (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
125145 (func_import): Use variables $testsbase and $inctests. Emit a
125146 gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
126175 (testsbase, inctests): New variables.
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/pygnulib/
H A DGLTestDir.py121 testsbase = self.config['testsbase']
136 'tests=lib/', '%s/' % testsbase, file)
156 testsbase = self.config['testsbase']
388 directory = joinpath(self.testdir, testsbase)
412 testsbase = '%s/' % os.path.normpath(testsbase)
415 finish = (len(testsbase.split('/')) - 1)
420 testsbase = os.path.normpath(testsbase)
516 subdirs_with_configure_ac += [testsbase]
518 subdirs += [testsbase]
697 os.chdir(joinpath(self.testdir, testsbase))
[all …]
H A DGLImport.py302 testsbase = self.cache['testsbase']
348 testsbase = self.config['testsbase']
383 testsbase = self.config.getTestsBase()
407 actioncmd += ' --tests-base=%s' % testsbase
469 testsbase = self.config['testsbase']
517 emit += 'gl_TESTS_BASE([%s])\n' % testsbase
557 testsbase = self.config['testsbase']
763 testsbase = self.config['testsbase']
986 testsbase = self.config['testsbase']
1406 (testsbase, configure_ac))
[all …]
H A DGLConfig.py58 sourcebase=None, m4base=None, pobase=None, docbase=None, testsbase=None, argument
100 if testsbase != None:
101 self.setTestsBase(testsbase)
538 def setTestsBase(self, testsbase): argument
541 if type(testsbase) is bytes or type(testsbase) is string:
542 if type(testsbase) is bytes:
543 testsbase = string(testsbase, ENCS['system'])
544 if testsbase:
545 self.table['testsbase'] = testsbase
548 type(testsbase).__name__))
H A DGLMakefileTable.py109 testsbase = self.config['testsbase']
122 (inctests and joinpath(dir1, mfd) == joinpath(testsbase, mfx))):
H A DGLEmiter.py952 testsbase = self.config['testsbase']
985 while counter < len(testsbase.split('/')):