Home
last modified time | relevance | path

Searched refs:TEST_PROGRAMS (Results 1 – 25 of 39) sorted by relevance

12

/dports/emulators/elliott-803/Elliott-803-0.1.8/emulator/parser/
H A DMakefile14 TEST_PROGRAMS = ${TESTS:S/.c$//} macro
17 test: ${LIB} ${TEST_PROGRAMS}
18 .for p in ${TEST_PROGRAMS}
22 .for p in ${TEST_PROGRAMS}
33 rm -f ${TEST_PROGRAMS}
/dports/emulators/elliott-803/Elliott-803-0.1.8/emulator/io5/
H A DMakefile14 TEST_PROGRAMS = ${TESTS:S/.c$//} macro
17 test: ${LIB} ${TEST_PROGRAMS}
18 .for p in ${TEST_PROGRAMS}
22 .for p in ${TEST_PROGRAMS}
33 rm -f ${TEST_PROGRAMS}
/dports/emulators/elliott-803/Elliott-803-0.1.8/emulator/cpu/
H A DMakefile14 TEST_PROGRAMS = ${TESTS:S/.c$//} macro
17 test: ${LIB} ${TEST_PROGRAMS}
18 .for p in ${TEST_PROGRAMS}
22 .for p in ${TEST_PROGRAMS}
33 rm -f ${TEST_PROGRAMS}
/dports/math/cminpack/cminpack-1.3.6/cuda/examples/
H A DMakefile3 TEST_PROGRAMS = $(SOURCES:.cu=) macro
10 @echo $(TEST_PROGRAMS)
13 cudatest: clean $(TEST_PROGRAMS)
19 rm -f *.o run.* $(TEST_PROGRAMS)
/dports/comms/mgetty+sendfax/mgetty-1.1.37/t/
H A DMakefile10 TEST_PROGRAMS=t_config t_ring macro
14 test: $(TEST_PROGRAMS) $(TEST_HELP_PGM)
15 @for f in $(TEST_PROGRAMS) ; \
29 rm -f $(TEST_PROGRAMS)
/dports/biology/vt/vt-0.57721/lib/libdeflate/
H A DMakefile162 TEST_PROGRAMS := $(TEST_PROGRAM_SRC:programs/%.c=%$(PROG_SUFFIX)) macro
185 $(TEST_PROGRAMS): %$(PROG_SUFFIX): programs/%.o $(PROG_COMMON_OBJ) $(STATIC_LIB)
212 test_programs:$(TEST_PROGRAMS)
217 @for target in $(DEFAULT_TARGETS) $(TEST_PROGRAMS); do \
227 $(DEFAULT_TARGETS) $(TEST_PROGRAMS) programs/config.h \
/dports/graphics/libwmf/libwmf-0.2.12/src/extra/gd/
H A DMakefile.gd68 PROGRAMS=$(BIN_PROGRAMS) $(TEST_PROGRAMS)
71 TEST_PROGRAMS=gdtest gddemo gd2time gdtestft testac
H A DMakefile.nt68 PROGRAMS=$(BIN_PROGRAMS) $(TEST_PROGRAMS)
71 TEST_PROGRAMS=gdtest.exe gddemo.exe gd2time.exe gdtestttf.exe gdtestft.exe
/dports/graphics/libwmf-nox11/libwmf-0.2.12/src/extra/gd/
H A DMakefile.gd68 PROGRAMS=$(BIN_PROGRAMS) $(TEST_PROGRAMS)
71 TEST_PROGRAMS=gdtest gddemo gd2time gdtestft testac
H A DMakefile.nt68 PROGRAMS=$(BIN_PROGRAMS) $(TEST_PROGRAMS)
71 TEST_PROGRAMS=gdtest.exe gddemo.exe gd2time.exe gdtestttf.exe gdtestft.exe
/dports/archivers/libdeflate/libdeflate-1.8/
H A DMakefile250 TEST_PROGRAMS := $(TEST_PROG_SRC:programs/%.c=%$(PROG_SUFFIX)) macro
283 $(TEST_PROGRAMS): %$(PROG_SUFFIX): programs/%.o $(PROG_COMMON_OBJ) \
329 test_programs:$(TEST_PROGRAMS)
350 @for target in $(DEFAULT_TARGETS) $(TEST_PROGRAMS); do \
360 $(DEFAULT_TARGETS) $(TEST_PROGRAMS) programs/config.h \
/dports/devel/stlink/stlink-1.7.0/stlinkv1_macos_driver/
H A DMakefile9 TEST_PROGRAMS=test-flash test-sg test-usb macro
20 all: $(LIBRARY) flash gdbserver $(TEST_PROGRAMS)
/dports/biology/bcftools/bcftools-1.14/
H A DMakefile79 TEST_PROGRAMS = test/test-rbuf test/test-regidx macro
85 all: $(PROGRAMS) $(TEST_PROGRAMS) plugins
299 check test-no-plugins: $(PROGRAMS) $(TEST_PROGRAMS) $(BGZIP) $(TABIX)
304 check-plugins test-plugins: $(PROGRAMS) $(TEST_PROGRAMS) $(BGZIP) $(TABIX) plugins
353 -rm -f test/*.o test/*.fa.fai test/*~ $(TEST_PROGRAMS)
/dports/biology/bio-mocha/bcftools-1.14/
H A DMakefile79 TEST_PROGRAMS = test/test-rbuf test/test-regidx macro
85 all: $(PROGRAMS) $(TEST_PROGRAMS) plugins
299 check test-no-plugins: $(PROGRAMS) $(TEST_PROGRAMS) $(BGZIP) $(TABIX)
304 check-plugins test-plugins: $(PROGRAMS) $(TEST_PROGRAMS) $(BGZIP) $(TABIX) plugins
353 -rm -f test/*.o test/*.fa.fai test/*~ $(TEST_PROGRAMS)
/dports/audio/festival/festival/config/
H A Dtest_make_rules36 TEST_PROGRAMS = $(TEST_MODULES:%=%_example) $(TEST_MODULES:%=%_regression)
37 #TSRCS = $(TEST_PROGRAMS:%=%.C)
/dports/audio/festival/speech_tools/config/rules/
H A Dtest_make_rules.mak36 TEST_PROGRAMS = $(TEST_MODULES:%=%_example) $(TEST_MODULES:%=%_regression) macro
37 TSRCS = $(TEST_PROGRAMS:%=%.cc)
/dports/audio/festival/speech_tools/testsuite/
H A DMakefile119 build_test_programs: $(TEST_PROGRAMS)
/dports/biology/samtools/samtools-1.14/
H A DMakefile81 TEST_PROGRAMS = \ macro
91 all: $(PROGRAMS) $(MISC_PROGRAMS) $(TEST_PROGRAMS)
228 check test: samtools $(BGZIP) $(TEST_PROGRAMS)
330 -rm -f $(PROGRAMS) libst.a $(MISC_PROGRAMS) $(TEST_PROGRAMS)
/dports/lang/janet/janet-1.19.2/
H A DMakefile213 test: $(JANET_TARGET) $(TEST_PROGRAMS)
217 valtest: $(JANET_TARGET) $(TEST_PROGRAMS)
/dports/www/serf/serf-1.3.9/
H A DSConstruct464 TEST_PROGRAMS = [ 'serf_get', 'serf_response', 'serf_request', 'serf_spider',
467 TEST_EXES = [ os.path.join('test', '%s.exe' % (prog)) for prog in TEST_PROGRAMS ]
469 TEST_EXES = [ os.path.join('test', '%s' % (prog)) for prog in TEST_PROGRAMS ]
/dports/devel/git-svn/git-2.34.1/
H A DMakefile762 TEST_PROGRAMS = $(patsubst %,t/helper/%$X,$(TEST_PROGRAMS_NEED_X)) macro
2436 TEST_OBJS := $(patsubst %$X,%.o,$(TEST_PROGRAMS)) $(patsubst %,t/helper/%,$(TEST_BUILTINS_OBJS))
2862 all:: $(TEST_PROGRAMS) $(test_bindir_programs)
3174 GIT-BUILD-OPTIONS $(TEST_PROGRAMS) $(test_bindir_programs) \
3232 $(RM) $(TEST_PROGRAMS)
3265 $(RM) $(patsubst %.exe,%.pdb,$(TEST_PROGRAMS))
3266 $(RM) $(patsubst %.exe,%.iobj,$(TEST_PROGRAMS))
3267 $(RM) $(patsubst %.exe,%.ipdb,$(TEST_PROGRAMS))
/dports/devel/git-p4/git-2.34.1/
H A DMakefile762 TEST_PROGRAMS = $(patsubst %,t/helper/%$X,$(TEST_PROGRAMS_NEED_X)) macro
2436 TEST_OBJS := $(patsubst %$X,%.o,$(TEST_PROGRAMS)) $(patsubst %,t/helper/%,$(TEST_BUILTINS_OBJS))
2862 all:: $(TEST_PROGRAMS) $(test_bindir_programs)
3174 GIT-BUILD-OPTIONS $(TEST_PROGRAMS) $(test_bindir_programs) \
3232 $(RM) $(TEST_PROGRAMS)
3265 $(RM) $(patsubst %.exe,%.pdb,$(TEST_PROGRAMS))
3266 $(RM) $(patsubst %.exe,%.iobj,$(TEST_PROGRAMS))
3267 $(RM) $(patsubst %.exe,%.ipdb,$(TEST_PROGRAMS))
/dports/devel/git/git-2.34.1/
H A DMakefile761 TEST_PROGRAMS = $(patsubst %,t/helper/%$X,$(TEST_PROGRAMS_NEED_X)) macro
2435 TEST_OBJS := $(patsubst %$X,%.o,$(TEST_PROGRAMS)) $(patsubst %,t/helper/%,$(TEST_BUILTINS_OBJS))
2861 all:: $(TEST_PROGRAMS) $(test_bindir_programs)
3173 GIT-BUILD-OPTIONS $(TEST_PROGRAMS) $(test_bindir_programs) \
3231 $(RM) $(TEST_PROGRAMS)
3264 $(RM) $(patsubst %.exe,%.pdb,$(TEST_PROGRAMS))
3265 $(RM) $(patsubst %.exe,%.iobj,$(TEST_PROGRAMS))
3266 $(RM) $(patsubst %.exe,%.ipdb,$(TEST_PROGRAMS))
/dports/devel/git-gui/git-2.34.1/
H A DMakefile761 TEST_PROGRAMS = $(patsubst %,t/helper/%$X,$(TEST_PROGRAMS_NEED_X)) macro
2435 TEST_OBJS := $(patsubst %$X,%.o,$(TEST_PROGRAMS)) $(patsubst %,t/helper/%,$(TEST_BUILTINS_OBJS))
2861 all:: $(TEST_PROGRAMS) $(test_bindir_programs)
3173 GIT-BUILD-OPTIONS $(TEST_PROGRAMS) $(test_bindir_programs) \
3231 $(RM) $(TEST_PROGRAMS)
3264 $(RM) $(patsubst %.exe,%.pdb,$(TEST_PROGRAMS))
3265 $(RM) $(patsubst %.exe,%.iobj,$(TEST_PROGRAMS))
3266 $(RM) $(patsubst %.exe,%.ipdb,$(TEST_PROGRAMS))
/dports/devel/git-cvs/git-2.34.1/
H A DMakefile764 TEST_PROGRAMS = $(patsubst %,t/helper/%$X,$(TEST_PROGRAMS_NEED_X)) macro
2438 TEST_OBJS := $(patsubst %$X,%.o,$(TEST_PROGRAMS)) $(patsubst %,t/helper/%,$(TEST_BUILTINS_OBJS))
2864 all:: $(TEST_PROGRAMS) $(test_bindir_programs)
3176 GIT-BUILD-OPTIONS $(TEST_PROGRAMS) $(test_bindir_programs) \
3234 $(RM) $(TEST_PROGRAMS)
3267 $(RM) $(patsubst %.exe,%.pdb,$(TEST_PROGRAMS))
3268 $(RM) $(patsubst %.exe,%.iobj,$(TEST_PROGRAMS))
3269 $(RM) $(patsubst %.exe,%.ipdb,$(TEST_PROGRAMS))

12