Home
last modified time | relevance | path

Searched refs:TESTS_ENVIRONMENT (Results 1 – 25 of 3304) sorted by relevance

12345678910>>...133

/dports/science/hdf/hdf-4.2.15/hdf/util/
H A Dtestutil.sh.in62 $TESTS_ENVIRONMENT ./hdf24to8 head.r24 head8.hdf
63 $TESTS_ENVIRONMENT ./hdftor8 head8.hdf
154 $TESTS_ENVIRONMENT ./hdfpack test.hdf test.pck
155 $TESTS_ENVIRONMENT ./hdfpack -b test.hdf test.blk
189 $TESTS_ENVIRONMENT ./paltohdf palette.raw palette.hdf
220 $TESTS_ENVIRONMENT ./r8tohdf 57 57 storm.hdf storm*.raw
222 $TESTS_ENVIRONMENT ./hdftor8 storm.hdf
263 $TESTS_ENVIRONMENT ./hdfcomp allstorms.hdf storm*.hdf
264 $TESTS_ENVIRONMENT ./hdfcomp allcomp.hdf -c storm*.hdf
298 $TESTS_ENVIRONMENT ./jpeg2hdf jpeg_img.jpg jpeg.hdf
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/test/
H A DMakefile.am19 TESTS_ENVIRONMENT = FLAC__TEST_LEVEL=@FLAC__TEST_LEVEL@ FLAC__TEST_WITH_VALGRIND=@FLAC__TEST_WITH_V… macro
36 $(TESTS_ENVIRONMENT) $(srcdir)/test_libFLAC.sh
38 $(TESTS_ENVIRONMENT) $(srcdir)/test_libFLAC++.sh
40 $(TESTS_ENVIRONMENT) $(srcdir)/test_grabbag.sh
41 $(TESTS_ENVIRONMENT) $(srcdir)/test_flac.sh
42 $(TESTS_ENVIRONMENT) $(srcdir)/test_metaflac.sh
43 $(TESTS_ENVIRONMENT) $(srcdir)/test_replaygain.sh
44 $(TESTS_ENVIRONMENT) $(srcdir)/test_seeking.sh
45 $(TESTS_ENVIRONMENT) $(srcdir)/test_streams.sh
46 $(TESTS_ENVIRONMENT) $(srcdir)/test_compression.sh
/dports/audio/flac/flac-1.3.4/test/
H A DMakefile.am19 TESTS_ENVIRONMENT = FLAC__TEST_LEVEL=@FLAC__TEST_LEVEL@ FLAC__TEST_WITH_VALGRIND=@FLAC__TEST_WITH_V… macro
36 $(TESTS_ENVIRONMENT) $(srcdir)/test_libFLAC.sh
38 $(TESTS_ENVIRONMENT) $(srcdir)/test_libFLAC++.sh
40 $(TESTS_ENVIRONMENT) $(srcdir)/test_grabbag.sh
41 $(TESTS_ENVIRONMENT) $(srcdir)/test_flac.sh
42 $(TESTS_ENVIRONMENT) $(srcdir)/test_metaflac.sh
43 $(TESTS_ENVIRONMENT) $(srcdir)/test_replaygain.sh
44 $(TESTS_ENVIRONMENT) $(srcdir)/test_seeking.sh
45 $(TESTS_ENVIRONMENT) $(srcdir)/test_streams.sh
46 $(TESTS_ENVIRONMENT) $(srcdir)/test_compression.sh
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/test/
H A DMakefile.am19 TESTS_ENVIRONMENT = FLAC__TEST_LEVEL=@FLAC__TEST_LEVEL@ FLAC__TEST_WITH_VALGRIND=@FLAC__TEST_WITH_V… macro
36 $(TESTS_ENVIRONMENT) $(srcdir)/test_libFLAC.sh
38 $(TESTS_ENVIRONMENT) $(srcdir)/test_libFLAC++.sh
40 $(TESTS_ENVIRONMENT) $(srcdir)/test_grabbag.sh
41 $(TESTS_ENVIRONMENT) $(srcdir)/test_flac.sh
42 $(TESTS_ENVIRONMENT) $(srcdir)/test_metaflac.sh
43 $(TESTS_ENVIRONMENT) $(srcdir)/test_replaygain.sh
44 $(TESTS_ENVIRONMENT) $(srcdir)/test_seeking.sh
45 $(TESTS_ENVIRONMENT) $(srcdir)/test_streams.sh
46 $(TESTS_ENVIRONMENT) $(srcdir)/test_compression.sh
/dports/databases/xapian-core12/xapian-core-1.2.25/tests/
H A DMakefile.am24 TESTS_ENVIRONMENT = ./runtest macro
42 $(TESTS_ENVIRONMENT) ./apitest$(EXEEXT) -b none
43 $(TESTS_ENVIRONMENT) ./internaltest$(EXEEXT)
44 $(TESTS_ENVIRONMENT) ./stemtest$(EXEEXT)
45 $(TESTS_ENVIRONMENT) ./queryparsertest$(EXEEXT)
46 $(TESTS_ENVIRONMENT) ./termgentest$(EXEEXT)
47 $(TESTS_ENVIRONMENT) ./unittest$(EXEEXT)
53 $(TESTS_ENVIRONMENT) ./apitest$(EXEEXT) -b multi
103 $(TESTS_ENVIRONMENT) ./apitest$(EXEEXT) -b brass
110 $(TESTS_ENVIRONMENT) ./apitest$(EXEEXT) -b chert
[all …]
/dports/databases/xapian-core/xapian-core-1.4.18/tests/
H A DMakefile.am20 TESTS_ENVIRONMENT = ./runtest macro
37 $(TESTS_ENVIRONMENT) ./apitest$(EXEEXT) -b none
38 $(TESTS_ENVIRONMENT) ./internaltest$(EXEEXT)
39 $(TESTS_ENVIRONMENT) ./stemtest$(EXEEXT)
40 $(TESTS_ENVIRONMENT) ./unittest$(EXEEXT)
43 $(TESTS_ENVIRONMENT) ./apitest$(EXEEXT) -b inmemory
46 $(TESTS_ENVIRONMENT) ./apitest$(EXEEXT) -b multi
49 $(TESTS_ENVIRONMENT) ./apitest$(EXEEXT) -b singlefile
67 $(TESTS_ENVIRONMENT) ./apitest$(EXEEXT) -b remotetcp
89 $(TESTS_ENVIRONMENT) ./apitest$(EXEEXT) -b glass
[all …]
/dports/multimedia/libkate/libkate-0.4.1/tests/
H A DMakefile.am7 TESTS_ENVIRONMENT=$(LIBTOOL) -dlopen $(LIBKATE) --mode=execute $(VALGRIND) macro
64 $(TESTS_ENVIRONMENT) $(top_builddir)/tests/gen_srt $(loop) > $(tmp_srt1) && \
65 …$(TESTS_ENVIRONMENT) $(top_builddir)/tools/kateenc -c SUB -l en -t srt -o $(tmp_ogg1) $(tmp_srt1) …
66 $(TESTS_ENVIRONMENT) $(top_builddir)/tools/katedec -t srt -o $(tmp_srt2) $(tmp_ogg1) && \
71 $(TESTS_ENVIRONMENT) $(top_builddir)/tests/gen_lrc $(loop) > $(tmp_srt1) && \
72 …$(TESTS_ENVIRONMENT) $(top_builddir)/tools/kateenc -c LRC -l en -t lrc -o $(tmp_ogg1) $(tmp_srt1) …
73 $(TESTS_ENVIRONMENT) $(top_builddir)/tools/katedec -t lrc -o $(tmp_srt2) $(tmp_ogg1) && \
78 …$(TESTS_ENVIRONMENT) $(top_builddir)/tools/kateenc $(KATEENC_OPTS) -t kate -o $(tmp_ogg1) $(top_sr…
79 $(TESTS_ENVIRONMENT) $(top_builddir)/tools/katedec -o $(tmp_kate1) $(tmp_ogg1) && \
80 …$(TESTS_ENVIRONMENT) $(top_builddir)/tools/kateenc $(KATEENC_OPTS) -t kate -o $(tmp_ogg2) $(tmp_ka…
[all …]
/dports/science/hdf/hdf-4.2.15/mfhdf/ncgen/
H A Dtestncgen.sh.in64 ${TESTS_ENVIRONMENT} ./ncgen -b test1.cdl
65 ${TESTS_ENVIRONMENT} $NCDUMP test1.nc > test2.cdl
78 ${TESTS_ENVIRONMENT} ./ctest0 # tests `-c' option, creates ctest0.nc
79 ${TESTS_ENVIRONMENT} $NCDUMP -n test1 ctest0.nc > ctest1.cdl
92 ${TESTS_ENVIRONMENT} ./ftest0
93 ${TESTS_ENVIRONMENT} $NCDUMP -n test1 ftest0.nc > ftest1.cdl
109 ${TESTS_ENVIRONMENT} ./ncgen -b -o test0.nc $srcdir/test0.cdl
110 ${TESTS_ENVIRONMENT} $NCDUMP -n test1 test0.nc > test1.cdl
/dports/science/hdf/hdf-4.2.15/mfhdf/ncdump/
H A Dtestncdump.sh.in9 NCDUMP_BIN="${TESTS_ENVIRONMENT} "`pwd`/$NCDUMP # The path of the tool binary
72 ${TESTS_ENVIRONMENT} ../ncgen/ncgen -o test0.nc -n nctest0.cdl
79 ${TESTS_ENVIRONMENT} $NCDUMP_BIN test0.nc > test1.cdl
86 ${TESTS_ENVIRONMENT} ../ncgen/ncgen -o test1.nc -n test1.cdl
93 ${TESTS_ENVIRONMENT} $NCDUMP_BIN -n test0 test1.nc > test2.cdl
/dports/databases/libdrizzle-redux/libdrizzle-5.1.4/yatl/
H A Dinclude.am7 VALGRIND_COMMAND= TESTS_ENVIRONMENT="valgrind" $(VALGRIND_EXEC_COMMAND)
23 @echo make check TESTS_ENVIRONMENT="\"$(VALGRIND_EXEC_COMMAND)\""
26 @echo make check TESTS_ENVIRONMENT="\"$(VALGRIND_SUPRESSION)\""
29 @echo make check TESTS_ENVIRONMENT="\"$(GDB_COMMAND)\""
32 @echo make check TESTS_ENVIRONMENT="\"$(HELGRIND_COMMAND)\""
35 @echo make check TESTS_ENVIRONMENT="\"$(DRD_COMMAND)\""
/dports/net/gnet2/gnet-2.0.8/tests/check/
H A DMakefile.am24 @$(TESTS_ENVIRONMENT) \
27 $(TESTS_ENVIRONMENT) \
35 $(TESTS_ENVIRONMENT) \
42 $(TESTS_ENVIRONMENT) \
48 $(TESTS_ENVIRONMENT) \
65 $(TESTS_ENVIRONMENT) \
83 $(TESTS_ENVIRONMENT) \
155 TESTS_ENVIRONMENT = macro
/dports/www/httrack/httrack-3.49.2/tests/
H A DMakefile.am3 TESTS_ENVIRONMENT = macro
4 TESTS_ENVIRONMENT += PATH=$(top_builddir)/src$(PATH_SEPARATOR)$$PATH
7 TESTS_ENVIRONMENT += ONLINE_UNIT_TESTS=$(ONLINE_UNIT_TESTS)
8 TESTS_ENVIRONMENT += HTTPS_SUPPORT=$(HTTPS_SUPPORT)
/dports/science/hdf/hdf-4.2.15/mfhdf/fortran/
H A Dtestfortran.sh.in65 ${TESTS_ENVIRONMENT} ./hdftest
72 ${TESTS_ENVIRONMENT} ./hdftest1
81 ${TESTS_ENVIRONMENT} ./ftest
92 ${TESTS_ENVIRONMENT} ./tszip
/dports/security/oath-toolkit/oath-toolkit-2.6.2/gl/tests/
H A DMakefile.am30 TESTS_ENVIRONMENT = macro
52 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
65 TESTS_ENVIRONMENT += abs_aux_dir='$(abs_aux_dir)'
74 TESTS_ENVIRONMENT += abs_aux_dir='$(abs_aux_dir)'
/dports/math/cloog/cloog-cloog-0.20.0/
H A DMakefile.am449 TESTS_ENVIRONMENT = \ macro
465 $(TESTS_ENVIRONMENT) $(srcdir)/test/check_hybrid.sh;
469 $(TESTS_ENVIRONMENT) $(srcdir)/test/check_c.sh valgrind ; \
470 $(TESTS_ENVIRONMENT) $(srcdir)/test/check_fortran.sh valgrind ; \
471 $(TESTS_ENVIRONMENT) $(srcdir)/test/check_strided.sh valgrind ; \
472 $(TESTS_ENVIRONMENT) $(srcdir)/test/check_openscop.sh valgrind ; \
473 $(TESTS_ENVIRONMENT) $(srcdir)/test/check_special.sh valgrind;
476 $(TESTS_ENVIRONMENT) $(srcdir)/test/check_c.sh regenerate ; \
477 $(TESTS_ENVIRONMENT) $(srcdir)/test/check_fortran.sh regenerate ; \
478 $(TESTS_ENVIRONMENT) $(srcdir)/test/check_strided.sh regenerate ; \
[all …]
/dports/security/gpgme-cpp/gpgme-1.15.1/lang/python/tests/
H A DMakefile.am25 TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME) \ macro
73 $(TESTS_ENVIRONMENT) $(PYTHON) $(srcdir)/run-tests.py \
90 -$(TESTS_ENVIRONMENT) $(top_srcdir)/tests/start-stop-agent --stop
98 -$(TESTS_ENVIRONMENT) gpgconf --kill all
106 $(TESTS_ENVIRONMENT) $(GPG) --batch --no-permission-warning \
108 -$(TESTS_ENVIRONMENT) $(GPG) --batch --no-permission-warning \
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/python/tests/
H A DMakefile.am25 TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME) \ macro
73 $(TESTS_ENVIRONMENT) $(PYTHON) $(srcdir)/run-tests.py \
90 -$(TESTS_ENVIRONMENT) $(top_srcdir)/tests/start-stop-agent --stop
98 -$(TESTS_ENVIRONMENT) gpgconf --kill all
106 $(TESTS_ENVIRONMENT) $(GPG) --batch --no-permission-warning \
108 -$(TESTS_ENVIRONMENT) $(GPG) --batch --no-permission-warning \
/dports/security/gpgme/gpgme-1.15.1/lang/python/tests/
H A DMakefile.am25 TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME) \ macro
73 $(TESTS_ENVIRONMENT) $(PYTHON) $(srcdir)/run-tests.py \
90 -$(TESTS_ENVIRONMENT) $(top_srcdir)/tests/start-stop-agent --stop
98 -$(TESTS_ENVIRONMENT) gpgconf --kill all
106 $(TESTS_ENVIRONMENT) $(GPG) --batch --no-permission-warning \
108 -$(TESTS_ENVIRONMENT) $(GPG) --batch --no-permission-warning \
/dports/security/py-gpgme/gpgme-1.15.1/lang/python/tests/
H A DMakefile.am25 TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME) \ macro
73 $(TESTS_ENVIRONMENT) $(PYTHON) $(srcdir)/run-tests.py \
90 -$(TESTS_ENVIRONMENT) $(top_srcdir)/tests/start-stop-agent --stop
98 -$(TESTS_ENVIRONMENT) gpgconf --kill all
106 $(TESTS_ENVIRONMENT) $(GPG) --batch --no-permission-warning \
108 -$(TESTS_ENVIRONMENT) $(GPG) --batch --no-permission-warning \
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/rules/
H A Dcheck.mak7 @$(TESTS_ENVIRONMENT) \
9 $(TESTS_ENVIRONMENT) \
16 $(TESTS_ENVIRONMENT) \
22 $(TESTS_ENVIRONMENT) \
27 $(TESTS_ENVIRONMENT) \
43 $(TESTS_ENVIRONMENT) \
62 $(TESTS_ENVIRONMENT) \
/dports/math/latte-integrale/latte-version_1_7_6/code/test-suite/
H A DMakefile.am5 TESTS_ENVIRONMENT=env MAXRUNTIME=$(MAXRUNTIME) macro
36 $(TESTS_ENVIRONMENT) USE_INSTALLED_BINARY=t $(srcdir)/test-default.sh
37 $(TESTS_ENVIRONMENT) USE_INSTALLED_BINARY=t $(srcdir)/test-cdd.sh
/dports/science/hdf/hdf-4.2.15/mfhdf/test/
H A Dtestmfhdf.sh.in67 ${TESTS_ENVIRONMENT} ./hdftest
75 ${TESTS_ENVIRONMENT} ./hdfnctest
83 ${TESTS_ENVIRONMENT} ./cdftest > cdfout.new
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/acceptance/
H A DMakefile.am68 TESTS_ENVIRONMENT = env \ macro
79 TESTS_ENVIRONMENT += LIBXML2_TESTS=0
83 TESTS_ENVIRONMENT += LIBCURL_TESTS=0
89 + $(TESTS_ENVIRONMENT) MAKE=$(MAKE) $(srcdir)/testall
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/
H A DMakefile.am68 TESTS_ENVIRONMENT = env \ macro
79 TESTS_ENVIRONMENT += LIBXML2_TESTS=0
83 TESTS_ENVIRONMENT += LIBCURL_TESTS=0
89 + $(TESTS_ENVIRONMENT) MAKE=$(MAKE) $(srcdir)/testall
/dports/sysutils/powerman/powerman-2.3.20/test/
H A DMakefile.am19 TESTS_ENVIRONMENT = env macro
20 TESTS_ENVIRONMENT += "PATH_POWERMAN=$(top_builddir)/powerman/powerman"
21 TESTS_ENVIRONMENT += "PATH_POWERMAND=$(top_builddir)/powermand/powermand"
22 TESTS_ENVIRONMENT += "PATH_ETC=$(top_builddir)/etc"
23 TESTS_ENVIRONMENT += "PATH_POWERMAN_STONITH=$(top_builddir)/heartbeat/powerman"

12345678910>>...133