Home | History | Annotate | Download | only in chromeos

Lines Matching refs:TESTS

204 TESTS = $(am__append_3) modules/arch/x86/tests/x86_test.sh \
205 modules/arch/x86/tests/gas32/x86_gas32_test.sh \
206 modules/arch/x86/tests/gas64/x86_gas64_test.sh \
207 modules/arch/lc3b/tests/lc3b_test.sh \
208 modules/parsers/gas/tests/gas_test.sh \
209 modules/parsers/gas/tests/bin/gas_bin_test.sh \
210 modules/parsers/nasm/tests/nasm_test.sh \
211 modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \
212 modules/parsers/tasm/tests/tasm_test.sh \
213 modules/parsers/tasm/tests/exe/tasm_exe_test.sh \
214 modules/preprocs/nasm/tests/nasmpp_test.sh \
215 modules/preprocs/raw/tests/rawpp_test.sh \
216 modules/dbgfmts/dwarf2/tests/pass32/dwarf2_pass32_test.sh \
217 modules/dbgfmts/dwarf2/tests/pass64/dwarf2_pass64_test.sh \
218 modules/dbgfmts/dwarf2/tests/passwin64/dwarf2_passwin64_test.sh \
219 modules/dbgfmts/stabs/tests/stabs_test.sh \
220 modules/objfmts/bin/tests/bin_test.sh \
221 modules/objfmts/bin/tests/multisect/bin_multi_test.sh \
222 modules/objfmts/elf/tests/elf_test.sh \
223 modules/objfmts/elf/tests/amd64/elf_amd64_test.sh \
224 modules/objfmts/elf/tests/gas32/elf_gas32_test.sh \
225 modules/objfmts/elf/tests/gas64/elf_gas64_test.sh \
226 modules/objfmts/coff/tests/coff_test.sh \
227 modules/objfmts/macho/tests/gas32/gas_macho32_test.sh \
228 modules/objfmts/macho/tests/gas64/gas_macho64_test.sh \
229 modules/objfmts/macho/tests/nasm32/macho32_test.sh \
230 modules/objfmts/macho/tests/nasm64/macho64_test.sh \
231 modules/objfmts/rdf/tests/rdf_test.sh \
232 modules/objfmts/win32/tests/win32_test.sh \
233 modules/objfmts/win32/tests/gas/win32_gas_test.sh \
234 modules/objfmts/win64/tests/win64_test.sh \
235 modules/objfmts/win64/tests/gas/win64_gas_test.sh \
236 modules/objfmts/xdf/tests/xdf_test.sh bitvect_test$(EXEEXT) \
239 uncstring_test$(EXEEXT) libyasm/tests/libyasm_test.sh
253 $(srcdir)/libyasm/tests/Makefile.inc $(srcdir)/m4/Makefile.inc \
257 $(srcdir)/modules/arch/lc3b/tests/Makefile.inc \
259 $(srcdir)/modules/arch/x86/tests/Makefile.inc \
260 $(srcdir)/modules/arch/x86/tests/gas32/Makefile.inc \
261 $(srcdir)/modules/arch/x86/tests/gas64/Makefile.inc \
265 $(srcdir)/modules/dbgfmts/dwarf2/tests/Makefile.inc \
266 $(srcdir)/modules/dbgfmts/dwarf2/tests/pass32/Makefile.inc \
267 $(srcdir)/modules/dbgfmts/dwarf2/tests/pass64/Makefile.inc \
268 $(srcdir)/modules/dbgfmts/dwarf2/tests/passwin64/Makefile.inc \
271 $(srcdir)/modules/dbgfmts/stabs/tests/Makefile.inc \
276 $(srcdir)/modules/objfmts/bin/tests/Makefile.inc \
277 $(srcdir)/modules/objfmts/bin/tests/multisect/Makefile.inc \
279 $(srcdir)/modules/objfmts/coff/tests/Makefile.inc \
282 $(srcdir)/modules/objfmts/elf/tests/Makefile.inc \
283 $(srcdir)/modules/objfmts/elf/tests/amd64/Makefile.inc \
284 $(srcdir)/modules/objfmts/elf/tests/gas32/Makefile.inc \
285 $(srcdir)/modules/objfmts/elf/tests/gas64/Makefile.inc \
287 $(srcdir)/modules/objfmts/macho/tests/Makefile.inc \
288 $(srcdir)/modules/objfmts/macho/tests/gas32/Makefile.inc \
289 $(srcdir)/modules/objfmts/macho/tests/gas64/Makefile.inc \
290 $(srcdir)/modules/objfmts/macho/tests/nasm32/Makefile.inc \
291 $(srcdir)/modules/objfmts/macho/tests/nasm64/Makefile.inc \
293 $(srcdir)/modules/objfmts/rdf/tests/Makefile.inc \
295 $(srcdir)/modules/objfmts/win32/tests/Makefile.inc \
296 $(srcdir)/modules/objfmts/win32/tests/gas/Makefile.inc \
298 $(srcdir)/modules/objfmts/win64/tests/Makefile.inc \
299 $(srcdir)/modules/objfmts/win64/tests/gas/Makefile.inc \
301 $(srcdir)/modules/objfmts/xdf/tests/Makefile.inc \
304 $(srcdir)/modules/parsers/gas/tests/Makefile.inc \
305 $(srcdir)/modules/parsers/gas/tests/bin/Makefile.inc \
307 $(srcdir)/modules/parsers/nasm/tests/Makefile.inc \
308 $(srcdir)/modules/parsers/nasm/tests/worphan/Makefile.inc \
310 $(srcdir)/modules/parsers/tasm/tests/Makefile.inc \
311 $(srcdir)/modules/parsers/tasm/tests/exe/Makefile.inc \
315 $(srcdir)/modules/preprocs/nasm/tests/Makefile.inc \
317 $(srcdir)/modules/preprocs/raw/tests/Makefile.inc \
322 $(srcdir)/tools/python-yasm/tests/Makefile.inc \
332 #am__append_3 = tools/python-yasm/tests/python_test.sh
695 $(PYBINDING_DEPS) tools/python-yasm/tests/Makefile.inc \
696 tools/python-yasm/tests/python_test.sh \
697 tools/python-yasm/tests/__init__.py \
698 tools/python-yasm/tests/test_bytecode.py \
699 tools/python-yasm/tests/test_expr.py \
700 tools/python-yasm/tests/test_intnum.py \
701 tools/python-yasm/tests/test_symrec.py \
709 modules/arch/x86/tests/Makefile.inc \
710 modules/arch/x86/tests/x86_test.sh \
711 modules/arch/x86/tests/gen-fma-test.py \
712 modules/arch/x86/tests/addbyte.asm \
713 modules/arch/x86/tests/addbyte.errwarn \
714 modules/arch/x86/tests/addbyte.hex \
715 modules/arch/x86/tests/addrop.asm \
716 modules/arch/x86/tests/addrop.errwarn \
717 modules/arch/x86/tests/addrop.hex \
718 modules/arch/x86/tests/addrop-err.asm \
719 modules/arch/x86/tests/addrop-err.errwarn \
720 modules/arch/x86/tests/aes.asm modules/arch/x86/tests/aes.hex \
721 modules/arch/x86/tests/amd200707.asm \
722 modules/arch/x86/tests/amd200707.hex \
723 modules/arch/x86/tests/arithsmall.asm \
724 modules/arch/x86/tests/arithsmall.errwarn \
725 modules/arch/x86/tests/arithsmall.hex \
726 modules/arch/x86/tests/avx.asm modules/arch/x86/tests/avx.hex \
727 modules/arch/x86/tests/avxcc.asm \
728 modules/arch/x86/tests/avxcc.hex \
729 modules/arch/x86/tests/bittest.asm \
730 modules/arch/x86/tests/bittest.hex \
731 modules/arch/x86/tests/bswap64.asm \
732 modules/arch/x86/tests/bswap64.hex \
733 modules/arch/x86/tests/clmul.asm \
734 modules/arch/x86/tests/clmul.hex \
735 modules/arch/x86/tests/cmpxchg.asm \
736 modules/arch/x86/tests/cmpxchg.hex \
737 modules/arch/x86/tests/cpubasic-err.asm \
738 modules/arch/x86/tests/cpubasic-err.errwarn \
739 modules/arch/x86/tests/cyrix.asm \
740 modules/arch/x86/tests/cyrix.hex \
741 modules/arch/x86/tests/div-err.asm \
742 modules/arch/x86/tests/div-err.errwarn \
743 modules/arch/x86/tests/ea-nonzero.asm \
744 modules/arch/x86/tests/ea-nonzero.hex \
745 modules/arch/x86/tests/ea-over.asm \
746 modules/arch/x86/tests/ea-over.errwarn \
747 modules/arch/x86/tests/ea-over.hex \
748 modules/arch/x86/tests/ea-warn.asm \
749 modules/arch/x86/tests/ea-warn.errwarn \
750 modules/arch/x86/tests/ea-warn.hex \
751 modules/arch/x86/tests/ebpindex.asm \
752 modules/arch/x86/tests/ebpindex.hex \
753 modules/arch/x86/tests/effaddr.asm \
754 modules/arch/x86/tests/effaddr.hex \
755 modules/arch/x86/tests/enter.asm \
756 modules/arch/x86/tests/enter.errwarn \
757 modules/arch/x86/tests/enter.hex \
758 modules/arch/x86/tests/far64.asm \
759 modules/arch/x86/tests/far64.hex \
760 modules/arch/x86/tests/farbasic.asm \
761 modules/arch/x86/tests/farbasic.hex \
762 modules/arch/x86/tests/farithr.asm \
763 modules/arch/x86/tests/farithr.hex \
764 modules/arch/x86/tests/fcmov.asm \
765 modules/arch/x86/tests/fcmov.hex \
766 modules/arch/x86/tests/fma.asm modules/arch/x86/tests/fma.hex \
767 modules/arch/x86/tests/fwdequ64.asm \
768 modules/arch/x86/tests/fwdequ64.hex \
769 modules/arch/x86/tests/genopcode.asm \
770 modules/arch/x86/tests/genopcode.hex \
771 modules/arch/x86/tests/imm64.asm \
772 modules/arch/x86/tests/imm64.errwarn \
773 modules/arch/x86/tests/imm64.hex \
774 modules/arch/x86/tests/iret.asm \
775 modules/arch/x86/tests/iret.hex \
776 modules/arch/x86/tests/jmp64-1.asm \
777 modules/arch/x86/tests/jmp64-1.hex \
778 modules/arch/x86/tests/jmp64-2.asm \
779 modules/arch/x86/tests/jmp64-2.hex \
780 modules/arch/x86/tests/jmp64-3.asm \
781 modules/arch/x86/tests/jmp64-3.hex \
782 modules/arch/x86/tests/jmp64-4.asm \
783 modules/arch/x86/tests/jmp64-4.hex \
784 modules/arch/x86/tests/jmp64-5.asm \
785 modules/arch/x86/tests/jmp64-5.hex \
786 modules/arch/x86/tests/jmp64-6.asm \
787 modules/arch/x86/tests/jmp64-6.hex \
788 modules/arch/x86/tests/jmpfar.asm \
789 modules/arch/x86/tests/jmpfar.hex \
790 modules/arch/x86/tests/lds.asm modules/arch/x86/tests/lds.hex \
791 modules/arch/x86/tests/loopadsz.asm \
792 modules/arch/x86/tests/loopadsz.hex \
793 modules/arch/x86/tests/lsahf.asm \
794 modules/arch/x86/tests/lsahf.hex \
795 modules/arch/x86/tests/mem64-err.asm \
796 modules/arch/x86/tests/mem64-err.errwarn \
797 modules/arch/x86/tests/mem64.asm \
798 modules/arch/x86/tests/mem64.errwarn \
799 modules/arch/x86/tests/mem64.hex \
800 modules/arch/x86/tests/mem64hi32.asm \
801 modules/arch/x86/tests/mem64hi32.hex \
802 modules/arch/x86/tests/mem64rip.asm \
803 modules/arch/x86/tests/mem64rip.hex \
804 modules/arch/x86/tests/mixcase.asm \
805 modules/arch/x86/tests/mixcase.hex \
806 modules/arch/x86/tests/movbe.asm \
807 modules/arch/x86/tests/movbe.hex \
808 modules/arch/x86/tests/movdq32.asm \
809 modules/arch/x86/tests/movdq32.hex \
810 modules/arch/x86/tests/movdq64.asm \
811 modules/arch/x86/tests/movdq64.hex \
812 modules/arch/x86/tests/negequ.asm \
813 modules/arch/x86/tests/negequ.hex \
814 modules/arch/x86/tests/nomem64-err.asm \
815 modules/arch/x86/tests/nomem64-err.errwarn \
816 modules/arch/x86/tests/nomem64-err2.asm \
817 modules/arch/x86/tests/nomem64-err2.errwarn \
818 modules/arch/x86/tests/nomem64.asm \
819 modules/arch/x86/tests/nomem64.errwarn \
820 modules/arch/x86/tests/nomem64.hex \
821 modules/arch/x86/tests/o64.asm modules/arch/x86/tests/o64.hex \
822 modules/arch/x86/tests/o64loop.asm \
823 modules/arch/x86/tests/o64loop.errwarn \
824 modules/arch/x86/tests/o64loop.hex \
825 modules/arch/x86/tests/opersize.asm \
826 modules/arch/x86/tests/opersize.hex \
827 modules/arch/x86/tests/opsize-err.asm \
828 modules/arch/x86/tests/opsize-err.errwarn \
829 modules/arch/x86/tests/overflow.asm \
830 modules/arch/x86/tests/overflow.errwarn \
831 modules/arch/x86/tests/overflow.hex \
832 modules/arch/x86/tests/padlock.asm \
833 modules/arch/x86/tests/padlock.hex \
834 modules/arch/x86/tests/pshift.asm \
835 modules/arch/x86/tests/pshift.hex \
836 modules/arch/x86/tests/push64.asm \
837 modules/arch/x86/tests/push64.errwarn \
838 modules/arch/x86/tests/push64.hex \
839 modules/arch/x86/tests/pushf.asm \
840 modules/arch/x86/tests/pushf.hex \
841 modules/arch/x86/tests/pushf-err.asm \
842 modules/arch/x86/tests/pushf-err.errwarn \
843 modules/arch/x86/tests/pushnosize.asm \
844 modules/arch/x86/tests/pushnosize.errwarn \
845 modules/arch/x86/tests/pushnosize.hex \
846 modules/arch/x86/tests/rep.asm modules/arch/x86/tests/rep.hex \
847 modules/arch/x86/tests/ret.asm modules/arch/x86/tests
848 modules/arch/x86/tests/riprel1.asm \
849 modules/arch/x86/tests/riprel1.hex \
850 modules/arch/x86/tests/riprel2.asm \
851 modules/arch/x86/tests/riprel2.errwarn \
852 modules/arch/x86/tests/riprel2.hex \
853 modules/arch/x86/tests/ripseg.asm \
854 modules/arch/x86/tests/ripseg.errwarn \
855 modules/arch/x86/tests/ripseg.hex \
856 modules/arch/x86/tests/segmov.asm \
857 modules/arch/x86/tests/segmov.hex \
858 modules/arch/x86/tests/segoff.asm \
859 modules/arch/x86/tests/segoff.hex \
860 modules/arch/x86/tests/segoff-err.asm \
861 modules/arch/x86/tests/segoff-err.errwarn \
862 modules/arch/x86/tests/shift.asm \
863 modules/arch/x86/tests/shift.hex \
864 modules/arch/x86/tests/simd-1.asm \
865 modules/arch/x86/tests/simd-1.hex \
866 modules/arch/x86/tests/simd-2.asm \
867 modules/arch/x86/tests/simd-2.hex \
868 modules/arch/x86/tests/simd64-1.asm \
869 modules/arch/x86/tests/simd64-1.hex \
870 modules/arch/x86/tests/simd64-2.asm \
871 modules/arch/x86/tests/simd64-2.hex \
872 modules/arch/x86/tests/sse-prefix.asm \
873 modules/arch/x86/tests/sse-prefix.hex \
874 modules/arch/x86/tests/sse3.asm \
875 modules/arch/x86/tests/sse3.hex \
876 modules/arch/x86/tests/sse4.asm \
877 modules/arch/x86/tests/sse4.hex \
878 modules/arch/x86/tests/sse4-err.asm \
879 modules/arch/x86/tests/sse4-err.errwarn \
880 modules/arch/x86/tests/sse5-all.asm \
881 modules/arch/x86/tests/sse5-all.hex \
882 modules/arch/x86/tests/sse5-basic.asm \
883 modules/arch/x86/tests/sse5-basic.hex \
884 modules/arch/x86/tests/sse5-cc.asm \
885 modules/arch/x86/tests/sse5-cc.hex \
886 modules/arch/x86/tests/sse5-err.asm \
887 modules/arch/x86/tests/sse5-err.errwarn \
888 modules/arch/x86/tests/ssewidth.asm \
889 modules/arch/x86/tests/ssewidth.hex \
890 modules/arch/x86/tests/ssse3.asm \
891 modules/arch/x86/tests/ssse3.c \
892 modules/arch/x86/tests/ssse3.hex \
893 modules/arch/x86/tests/stos.asm \
894 modules/arch/x86/tests/stos.hex modules/arch/x86/tests/str.asm \
895 modules/arch/x86/tests/str.hex \
896 modules/arch/x86/tests/strict.asm \
897 modules/arch/x86/tests/strict.errwarn \
898 modules/arch/x86/tests/strict.hex \
899 modules/arch/x86/tests/strict-err.asm \
900 modules/arch/x86/tests/strict-err.errwarn \
901 modules/arch/x86/tests/stringseg.asm \
902 modules/arch/x86/tests/stringseg.errwarn \
903 modules/arch/x86/tests/stringseg.hex \
904 modules/arch/x86/tests/svm.asm modules/arch/x86/tests/svm.hex \
905 modules/arch/x86/tests/twobytemem.asm \
906 modules/arch/x86/tests/twobytemem.errwarn \
907 modules/arch/x86/tests/twobytemem.hex \
908 modules/arch/x86/tests/vmx.asm modules/arch/x86/tests/vmx.hex \
909 modules/arch/x86/tests/vmx-err.asm \
910 modules/arch/x86/tests/vmx-err.errwarn \
911 modules/arch/x86/tests/x86label.asm \
912 modules/arch/x86/tests/x86label.hex \
913 modules/arch/x86/tests/xchg64.asm \
914 modules/arch/x86/tests/xchg64.hex \
915 modules/arch/x86/tests/xmm64.asm \
916 modules/arch/x86/tests/xmm64.hex \
917 modules/arch/x86/tests/xsave.asm \
918 modules/arch/x86/tests/xsave.hex \
919 modules/arch/x86/tests/gas32/Makefile.inc \
920 modules/arch/x86/tests/gas64/Makefile.inc \
921 modules/arch/x86/tests/gas32/x86_gas32_test.sh \
922 modules/arch/x86/tests/gas32/align32.asm \
923 modules/arch/x86/tests/gas32/align32.hex \
924 modules/arch/x86/tests/gas32/gas-farithr.asm \
925 modules/arch/x86/tests/gas32/gas-farithr.hex \
926 modules/arch/x86/tests/gas32/gas-fpmem.asm \
927 modules/arch/x86/tests/gas32/gas-fpmem.hex \
928 modules/arch/x86/tests/gas32/gas-movdq32.asm \
929 modules/arch/x86/tests/gas32/gas-movdq32.hex \
930 modules/arch/x86/tests/gas32/gas-movsd.asm \
931 modules/arch/x86/tests/gas32/gas-movsd.hex \
932 modules/arch/x86/tests/gas32/gas32-jmpcall.asm \
933 modules/arch/x86/tests/gas32/gas32-jmpcall.hex \
934 modules/arch/x86/tests/gas64/x86_gas64_test.sh \
935 modules/arch/x86/tests/gas64/align64.asm \
936 modules/arch/x86/tests/gas64/align64.hex \
937 modules/arch/x86/tests/gas64/gas-cbw.asm \
938 modules/arch/x86/tests/gas64/gas-cbw.hex \
939 modules/arch/x86/tests/gas64/gas-fp.asm \
940 modules/arch/x86/tests/gas64/gas-fp.hex \
941 modules/arch/x86/tests/gas64/gas-inout.asm \
942 modules/arch/x86/tests/gas64/gas-inout.hex \
943 modules/arch/x86/tests/gas64/gas-moreinsn.asm \
944 modules/arch/x86/tests/gas64/gas-moreinsn.hex \
945 modules/arch/x86/tests/gas64/gas-movabs.asm \
946 modules/arch/x86/tests/gas64/gas-movabs.hex \
947 modules/arch/x86/tests/gas64/gas-movdq64.asm \
948 modules/arch/x86/tests/gas64/gas-movdq64.hex \
949 modules/arch/x86/tests/gas64/gas-movsxs.asm \
950 modules/arch/x86/tests/gas64/gas-movsxs.hex \
951 modules/arch/x86/tests/gas64/gas-muldiv.asm \
952 modules/arch/x86/tests/gas64/gas-muldiv.hex \
953 modules/arch/x86/tests/gas64/gas-prefix.asm \
954 modules/arch/x86/tests/gas64/gas-prefix.errwarn \
955 modules/arch/x86/tests/gas64/gas-prefix.hex \
956 modules/arch/x86/tests/gas64/gas-retenter.asm \
957 modules/arch/x86/tests/gas64/gas-retenter.hex \
958 modules/arch/x86/tests/gas64/gas-shift.asm \
959 modules/arch/x86/tests/gas64/gas-shift.hex \
960 modules/arch/x86/tests/gas64/gas64-jmpcall.asm \
961 modules/arch/x86/tests/gas64/gas64-jmpcall.hex \
962 modules/arch/x86/tests/gas64/riprel.asm \
963 modules/arch/x86/tests/gas64/riprel.hex \
964 modules/arch/lc3b/tests/Makefile.inc \
966 modules/arch/lc3b/tests/lc3b_test.sh \
967 modules/arch/lc3b/tests/lc3b-basic.asm \
968 modules/arch/lc3b/tests/lc3b-basic.errwarn \
969 modules/arch/lc3b/tests/lc3b-basic.hex \
970 modules/arch/lc3b/tests/lc3b-br.asm \
971 modules/arch/lc3b/tests/lc3b-br.hex \
972 modules/arch/lc3b/tests/lc3b-ea-err.asm \
973 modules/arch/lc3b/tests/lc3b-ea-err.errwarn \
974 modules/arch/lc3b/tests/lc3b-mp22NC.asm \
975 modules/arch/lc3b/tests/lc3b-mp22NC.hex \
979 modules/parsers/gas/tests/Makefile.inc \
981 modules/parsers/gas/tests/gas_test.sh \
982 modules/parsers/gas/tests/dataref-imm.asm \
983 modules/parsers/gas/tests/dataref-imm.hex \
984 modules/parsers/gas/tests/datavis.asm \
985 modules/parsers/gas/tests/datavis.errwarn \
986 modules/parsers/gas/tests/datavis.hex \
987 modules/parsers/gas/tests/datavis2.asm \
988 modules/parsers/gas/tests/datavis2.hex \
989 modules/parsers/gas/tests/execsect.asm \
990 modules/parsers/gas/tests/execsect.hex \
991 modules/parsers/gas/tests/gas-fill.asm \
992 modules/parsers/gas/tests/gas-fill.hex \
993 modules/parsers/gas/tests/gas-float.asm \
994 modules/parsers/gas/tests/gas-float.hex \
995 modules/parsers/gas/tests/gas-instlabel.asm \
996 modules/parsers/gas/tests/gas-instlabel.hex \
997 modules/parsers/gas/tests/gas-line-err.asm \
998 modules/parsers/gas/tests/gas-line-err.errwarn \
999 modules/parsers/gas/tests/gas-line2-err.asm \
1000 modules/parsers/gas/tests/gas-line2-err.errwarn \
1001 modules/parsers/gas/tests/gas-push.asm \
1002 modules/parsers/gas/tests/gas-push.hex \
1003 modules/parsers/gas/tests/gas-segprefix.asm \
1004 modules/parsers/gas/tests/gas-segprefix.hex \
1005 modules/parsers/gas/tests/gas-semi.asm \
1006 modules/parsers/gas/tests/gas-semi.hex \
1007 modules/parsers/gas/tests/gassectalign.asm \
1008 modules/parsers/gas/tests/gassectalign.hex \
1009 modules/parsers/gas/tests/jmpcall.asm \
1010 modules/parsers/gas/tests/jmpcall.errwarn \
1011 modules/parsers/gas/tests/jmpcall.hex \
1012 modules/parsers/gas/tests/leb128.asm \
1013 modules/parsers/gas/tests/leb128.hex \
1014 modules/parsers/gas/tests/localcomm.asm \
1015 modules/parsers/gas/tests/localcomm.hex \
1016 modules/parsers/gas/tests/reggroup-err.asm \
1017 modules/parsers/gas/tests/reggroup-err.errwarn \
1018 modules/parsers/gas/tests/reggroup.asm \
1019 modules/parsers/gas/tests/reggroup.hex \
1020 modules/parsers/gas/tests/strzero.asm \
1021 modules/parsers/gas/tests/strzero.hex \
1022 modules/parsers/gas/tests/varinsn.asm \
1023 modules/parsers/gas/tests/varinsn.hex \
1024 modules/parsers/gas/tests/bin/Makefile.inc \
1025 modules/parsers/gas/tests/bin/gas_bin_test.sh \
1026 modules/parsers/gas/tests/bin/gas-comment.asm \
1027 modules/parsers/gas/tests/bin/gas-comment.errwarn \
1028 modules/parsers/gas/tests/bin/gas-comment.hex \
1029 modules/parsers/gas/tests/bin/gas-llabel.asm \
1030 modules/parsers/gas/tests/bin/gas-llabel.hex \
1031 modules/parsers/gas/tests/bin/gas-set.asm \
1032 modules/parsers/gas/tests/bin/gas-set.hex \
1033 modules/parsers/gas/tests/bin/rept-err.asm \
1034 modules/parsers/gas/tests/bin/rept-err.errwarn \
1035 modules/parsers/gas/tests/bin/reptempty.asm \
1036 modules/parsers/gas/tests/bin/reptempty.hex \
1037 modules/parsers/gas/tests/bin/reptlong.asm \
1038 modules/parsers/gas/tests/bin/reptlong.hex \
1039 modules/parsers/gas/tests/bin/reptnested-err.asm \
1040 modules/parsers/gas/tests/bin/reptnested-err.errwarn \
1041 modules/parsers/gas/tests/bin/reptsimple.asm \
1042 modules/parsers/gas/tests/bin/reptsimple.hex \
1043 modules/parsers/gas/tests/bin/reptwarn.asm \
1044 modules/parsers/gas/tests/bin/reptwarn.errwarn \
1045 modules/parsers/gas/tests/bin/reptwarn.hex \
1046 modules/parsers/gas/tests/bin/reptzero.asm \
1047 modules/parsers/gas/tests/bin/reptzero.hex \
1050 modules/parsers/nasm/tests/Makefile.inc \
1051 modules/parsers/nasm/tests/nasm_test.sh \
1052 modules/parsers/nasm/tests/alignnop16.asm \
1053 modules/parsers/nasm/tests/alignnop16.hex \
1054 modules/parsers/nasm/tests/alignnop32.asm \
1055 modules/parsers/nasm/tests/alignnop32.hex \
1056 modules/parsers/nasm/tests/charconstmath.asm \
1057 modules/parsers/nasm/tests/charconstmath.hex \
1058 modules/parsers/nasm/tests/dy.asm \
1059 modules/parsers/nasm/tests/dy.hex \
1060 modules/parsers/nasm/tests/endcomma.asm \
1061 modules/parsers/nasm/tests/endcomma.hex \
1062 modules/parsers/nasm/tests/equcolon.asm \
1063 modules/parsers/nasm/tests/equcolon.hex \
1064 modules/parsers/nasm/tests/equlocal.asm \
1065 modules/parsers/nasm/tests/equlocal.hex \
1066 modules/parsers/nasm/tests/hexconst.asm \
1067 modules/parsers/nasm/tests/hexconst.hex \
1068 modules/parsers/nasm/tests/long.asm \
1069 modules/parsers/nasm/tests/long.hex \
1070 modules/parsers/nasm/tests/locallabel.asm \
1071 modules/parsers/nasm/tests/locallabel.hex \
1072 modules/parsers/nasm/tests/locallabel2.asm \
1073 modules/parsers/nasm/tests/locallabel2.hex \
1074 modules/parsers/nasm/tests/nasm-prefix.asm \
1075 modules/parsers/nasm/tests/nasm-prefix.hex \
1076 modules/parsers/nasm/tests/newsect.asm \
1077 modules/parsers/nasm/tests/newsect.hex \
1078 modules/parsers/nasm/tests/orphannowarn.asm \
1079 modules/parsers/nasm/tests/orphannowarn.hex \
1080 modules/parsers/nasm/tests/prevlocalwarn.asm \
1081 modules/parsers/nasm/tests/prevlocalwarn.errwarn \
1082 modules/parsers/nasm/tests/prevlocalwarn.hex \
1083 modules/parsers/nasm/tests/strucalign.asm \
1084 modules/parsers/nasm/tests/strucalign.hex \
1085 modules/parsers/nasm/tests/struczero.asm \
1086 modules/parsers/nasm/tests/struczero.hex \
1087 modules/parsers/nasm/tests/syntax-err.asm \
1088 modules/parsers/nasm/tests/syntax-err.errwarn \
1089 modules/parsers/nasm/tests/uscore.asm \
1090 modules/parsers/nasm/tests/uscore.hex \
1091 modules/parsers/nasm/tests/worphan/Makefile.inc \
1092 modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \
1093 modules/parsers/nasm/tests/worphan/orphanwarn.asm \
1094 modules/parsers/nasm/tests/worphan/orphanwarn.errwarn \
1095 modules/parsers/nasm/tests/worphan/orphanwarn.hex \
1096 modules/parsers/tasm/tests/Makefile.inc \
1097 modules/parsers/tasm/tests/tasm_test.sh \
1098 modules/parsers/tasm/tests/array.asm \
1099 modules/parsers/tasm/tests/array.hex \
1100 modules/parsers/tasm/tests/case.asm \
1101 modules/parsers/tasm/tests/case.hex \
1102 modules/parsers/tasm/tests/charstr.asm \
1103 modules/parsers/tasm/tests/charstr.hex \
1104 modules/parsers/tasm/tests/dup.asm \
1105 modules/parsers/tasm/tests/dup.hex \
1106 modules/parsers/tasm/tests/equal.asm \
1107 modules/parsers/tasm/tests/equal.hex \
1108 modules/parsers/tasm/tests/expr.asm \
1109 modules/parsers/tasm/tests/expr.hex \
1110 modules/parsers/tasm/tests/irp.asm \
1111 modules/parsers/tasm/tests/irp.hex \
1112 modules/parsers/tasm/tests/label.asm \
1113 modules/parsers/tasm/tests/label.hex \
1114 modules/parsers/tasm/tests/les.asm \
1115 modules/parsers/tasm/tests/les.hex \
1116 modules/parsers/tasm/tests/lidt.asm \
1117 modules/parsers/tasm/tests/lidt.hex \
1118 modules/parsers/tasm/tests/macro.asm \
1119 modules/parsers/tasm/tests/macro.hex \
1120 modules/parsers/tasm/tests/offset.asm \
1121 modules/parsers/tasm/tests/offset.hex \
1122 modules/parsers/tasm/tests/quote.asm \
1123 modules/parsers/tasm/tests/quote.hex \
1124 modules/parsers/tasm/tests/res.asm \
1125 modules/parsers/tasm/tests/res.errwarn \
1126 modules/parsers/tasm/tests/res.hex \
1127 modules/parsers/tasm/tests/segment.asm \
1128 modules/parsers/tasm/tests/segment.hex \
1129 modules/parsers/tasm/tests/size.asm \
1130 modules/parsers/tasm/tests/size.hex \
1131 modules/parsers/tasm/tests/struc.asm \
1132 modules/parsers/tasm/tests/struc.errwarn \
1133 modules/parsers/tasm/tests/struc.hex \
1134 modules/parsers/tasm/tests/exe/Makefile.inc \
1135 modules/parsers/tasm/tests/exe/tasm_exe_test.sh \
1136 modules/parsers/tasm/tests/exe/exe.asm \
1137 modules/parsers/tasm/tests/exe/exe.hex \
1143 modules/preprocs/nasm/tests/Makefile.inc \
1144 modules/preprocs/nasm/tests/nasmpp_test.sh \
1145 modules/preprocs/nasm/tests/16args.asm \
1146 modules/preprocs/nasm/tests/16args.hex \
1147 modules/preprocs/nasm/tests/ifcritical-err.asm \
1148 modules/preprocs/nasm/tests/ifcritical-err.errwarn \
1149 modules/preprocs/nasm/tests/longline.asm \
1150 modules/preprocs/nasm/tests/longline.hex \
1151 modules/preprocs/nasm/tests/macroeof-err.asm \
1152 modules/preprocs/nasm/tests/macroeof-err.errwarn \
1153 modules/preprocs/nasm/tests/noinclude-err.asm \
1154 modules/preprocs/nasm/tests/noinclude-err.errwarn \
1155 modules/preprocs/nasm/tests/nasmpp-bigint.asm \
1156 modules/preprocs/nasm/tests/nasmpp-bigint.hex \
1157 modules/preprocs/nasm/tests/nasmpp-decimal.asm \
1158 modules/preprocs/nasm/tests/nasmpp-decimal.hex \
1159 modules/preprocs/nasm/tests/nasmpp-nested.asm \
1160 modules/preprocs/nasm/tests/nasmpp-nested.errwarn \
1161 modules/preprocs/nasm/tests/nasmpp-nested.hex \
1162 modules/preprocs/nasm/tests/orgsect.asm \
1163 modules/preprocs/nasm/tests/orgsect.hex \
1164 modules/preprocs/raw/tests/Makefile.inc \
1165 modules/preprocs/raw/tests/rawpp_test.sh \
1166 modules/preprocs/raw/tests/longline.asm \
1167 modules/preprocs/raw/tests/longline.hex \
1173 modules/dbgfmts/dwarf2/tests/Makefile.inc \
1174 modules/dbgfmts/dwarf2/tests/pass32/Makefile.inc \
1175 modules/dbgfmts/dwarf2/tests/pass64/Makefile.inc \
1176 modules/dbgfmts/dwarf2/tests/passwin64/Makefile.inc \
1177 modules/dbgfmts/dwarf2/tests/pass32/dwarf2_pass32_test.sh \
1178 modules/dbgfmts/dwarf2/tests/pass32/dwarf32-err.asm \
1179 modules/dbgfmts/dwarf2/tests/pass32/dwarf32-err.errwarn \
1180 modules/dbgfmts/dwarf2/tests/pass32/dwarf32_testhd.asm \
1181 modules/dbgfmts/dwarf2/tests/pass32/dwarf32_testhd.hex \
1182 modules/dbgfmts/dwarf2/tests/pass64/dwarf2_pass64_test.sh \
1183 modules/dbgfmts/dwarf2/tests/pass64/dwarf64_2loc.asm \
1184 modules/dbgfmts/dwarf2/tests/pass64/dwarf64_2loc.hex \
1185 modules/dbgfmts/dwarf2/tests/pass64/dwarf64_leb128.asm \
1186 modules/dbgfmts/dwarf2/tests/pass64/dwarf64_leb128.hex \
1187 modules/dbgfmts/dwarf2/tests/passwin64/dwarf2_passwin64_test.sh \
1188 modules/dbgfmts/dwarf2/tests/passwin64/dwarfwin64_testhd.asm \
1189 modules/dbgfmts/dwarf2/tests/passwin64/dwarfwin64_testhd.errwarn \
1190 modules/dbgfmts/dwarf2/tests/passwin64/dwarfwin64_testhd.hex \
1191 modules/dbgfmts/stabs/tests/Makefile.inc \
1192 modules/dbgfmts/stabs/tests/stabs_test.sh \
1193 modules/dbgfmts/stabs/tests/stabs-elf.asm \
1194 modules/dbgfmts/stabs/tests/stabs-elf.hex \
1205 modules/objfmts/bin/tests/Makefile.inc \
1206 modules/objfmts/bin/tests/bin_test.sh \
1207 modules/objfmts/bin/tests/abs.asm \
1208 modules/objfmts/bin/tests/abs.hex \
1209 modules/objfmts/bin/tests/bigorg.asm \
1210 modules/objfmts/bin/tests/bigorg.hex \
1211 modules/objfmts/bin/tests/bigorg.errwarn \
1212 modules/objfmts/bin/tests/bin-farabs.asm \
1213 modules/objfmts/bin/tests/bin-farabs.hex \
1214 modules/objfmts/bin/tests/bin-rip.asm \
1215 modules/objfmts/bin/tests/bin-rip.hex \
1216 modules/objfmts/bin/tests/bintest.asm \
1217 modules/objfmts/bin/tests/bintest.hex \
1218 modules/objfmts/bin/tests/float-err.asm \
1219 modules/objfmts/bin/tests/float-err.errwarn \
1220 modules/objfmts/bin/tests/float.asm \
1221 modules/objfmts/bin/tests/float.hex \
1222 tests/integer-warn.asm \
1223 modules/objfmts/bin/tests/integer-warn.hex \
1224 modules/objfmts/bin/tests/integer-warn.errwarn \
1225 modules/objfmts/bin/tests/integer.asm \
1226 modules/objfmts/bin/tests/integer.hex \
1227 modules/objfmts/bin/tests/levelop.asm \
1228 modules/objfmts/bin/tests/levelop.hex \
1229 modules/objfmts/bin/tests/reserve.asm \
1230 modules/objfmts/bin/tests/reserve.hex \
1231 modules/objfmts/bin/tests/reserve.errwarn \
1232 modules/objfmts/bin/tests/shr.asm \
1233 modules/objfmts/bin/tests/shr.hex \
1234 modules/objfmts/bin/tests/multisect/Makefile.inc \
1235 modules/objfmts/bin/tests/multisect/bin_multi_test.sh \
1236 modules/objfmts/bin/tests/multisect/bin-align.asm \
1237 modules/objfmts/bin/tests/multisect/bin-align.errwarn \
1238 modules/objfmts/bin/tests/multisect/bin-align.hex \
1239 modules/objfmts/bin/tests/multisect/bin-align.map \
1240 modules/objfmts/bin/tests/multisect/bin-ssym.asm \
1241 modules/objfmts/bin/tests/multisect/bin-ssym.hex \
1242 modules/objfmts/bin/tests/multisect/bin-ssym.map \
1243 modules/objfmts/bin/tests/multisect/follows-loop1-err.asm \
1244 modules/objfmts/bin/tests/multisect/follows-loop1-err.errwarn \
1245 modules/objfmts/bin/tests/multisect/follows-loop2-err.asm \
1246 modules/objfmts/bin/tests/multisect/follows-loop2-err.errwarn \
1247 modules/objfmts/bin/tests/multisect/follows-notfound-err.asm \
1248 modules/objfmts/bin/tests/multisect/follows-notfound-err.errwarn \
1249 modules/objfmts/bin/tests/multisect/initbss.asm \
1250 modules/objfmts/bin/tests/multisect/initbss.errwarn \
1251 modules/objfmts/bin/tests/multisect/initbss.hex \
1252 modules/objfmts/bin/tests/multisect/initbss.map \
1253 modules/objfmts/bin/tests/multisect/ldlinux-sects.asm \
1254 modules/objfmts/bin/tests/multisect/ldlinux-sects.hex \
1255 modules/objfmts/bin/tests/multisect/ldlinux-sects.map \
1256 modules/objfmts/bin/tests/multisect/multisect1.asm \
1257 modules/objfmts/bin/tests/multisect/multisect1.hex \
1258 modules/objfmts/bin/tests/multisect/multisect1.map \
1259 modules/objfmts/bin/tests/multisect/multisect2.asm \
1260 modules/objfmts/bin/tests/multisect/multisect2.hex \
1261 modules/objfmts/bin/tests/multisect/multisect2.map \
1262 modules/objfmts/bin/tests/multisect/multisect3.asm \
1263 modules/objfmts/bin/tests/multisect/multisect3.hex \
1264 modules/objfmts/bin/tests/multisect/multisect3.map \
1265 modules/objfmts/bin/tests/multisect/multisect4.asm \
1266 modules/objfmts/bin/tests/multisect/multisect4.hex \
1267 modules/objfmts/bin/tests/multisect/multisect4.map \
1268 modules/objfmts/bin/tests/multisect/multisect5.asm \
1269 modules/objfmts/bin/tests/multisect/multisect5.hex \
1270 modules/objfmts/bin/tests/multisect/multisect5.map \
1271 modules/objfmts/bin/tests/multisect/nomultisect1.asm \
1272 modules/objfmts/bin/tests/multisect/nomultisect1.hex \
1273 modules/objfmts/bin/tests/multisect/nomultisect1.map \
1274 modules/objfmts/bin/tests/multisect/nomultisect2.asm \
1275 modules/objfmts/bin/tests/multisect/nomultisect2.hex \
1276 modules/objfmts/bin/tests/multisect/nomultisect2.map \
1277 modules/objfmts/bin/tests/multisect/vfollows-loop1-err.asm \
1278 modules/objfmts/bin/tests/multisect/vfollows-loop1-err.errwarn \
1279 modules/objfmts/bin/tests/multisect/vfollows-loop2-err.asm \
1280 modules/objfmts/bin/tests/multisect/vfollows-loop2-err.errwarn \
1281 modules/objfmts/bin/tests/multisect/vfollows-notfound-err.asm \
1282 modules/objfmts/bin/tests/multisect/vfollows-notfound-err.errwarn \
1283 modules/objfmts/elf/tests/Makefile.inc \
1284 modules/objfmts/elf/tests/elf_test.sh \
1285 modules/objfmts/elf/tests/curpos.asm \
1286 modules/objfmts/elf/tests/curpos.hex \
1287 modules/objfmts/elf/tests/curpos-err.asm \
1288 modules/objfmts/elf/tests/curpos-err.errwarn \
1289 modules/objfmts/elf/tests/elf-overdef.asm \
1290 modules/objfmts/elf/tests/elf-overdef.hex \
1291 modules/objfmts/elf/tests/elf-x86id.asm \
1292 modules/objfmts/elf/tests/elf-x86id.hex \
1293 modules/objfmts/elf/tests/elfabssect.asm \
1294 modules/objfmts/elf/tests/elfabssect.hex \
1295 modules/objfmts/elf/tests/elfcond.asm \
1296 modules/objfmts/elf/tests/elfcond.hex \
1297 modules/objfmts/elf/tests/elfequabs.asm \
1298 modules/objfmts/elf/tests/elfequabs.hex \
1299 modules/objfmts/elf/tests/elfglobal.asm \
1300 modules/objfmts/elf/tests/elfglobal.hex \
1301 modules/objfmts/elf/tests/elfglobext.asm \
1302 modules/objfmts/elf/tests/elfglobext.hex \
1303 modules/objfmts/elf/tests/elfglobext2.asm \
1304 modules/objfmts/elf/tests/elfglobext2.hex \
1305 modules/objfmts/elf/tests/elfmanysym.asm \
1306 modules/objfmts/elf/tests/elfmanysym.hex \
1307 modules/objfmts/elf/tests/elfreloc.asm \
1308 modules/objfmts/elf/tests/elfreloc.hex \
1309 modules/objfmts/elf/tests/elfreloc-ext.asm \
1310 modules/objfmts/elf/tests/elfreloc-ext.hex \
1311 modules/objfmts/elf/tests/elfsectalign.asm \
1312 modules/objfmts/elf/tests/elfsectalign.hex \
1313 modules/objfmts/elf/tests/elfso.asm \
1314 modules/objfmts/elf/tests/elfso.hex \
1315 modules/objfmts/elf/tests/elftest.c \
1316 modules/objfmts/elf/tests/elftest.asm \
1317 modules/objfmts/elf/tests/elftest.hex \
1318 modules/objfmts/elf/tests/elftimes.asm \
1319 modules/objfmts/elf/tests/elftimes.hex \
1320 modules/objfmts/elf/tests/elftypesize.asm \
1321 modules/objfmts/elf/tests/elftypesize.hex \
1322 modules/objfmts/elf/tests/elfvisibility.asm \
1323 modules/objfmts/elf/tests/elfvisibility.errwarn \
1324 modules/objfmts/elf/tests/elfvisibility.hex \
1325 modules/objfmts/elf/tests/nasm-sectname.asm \
1326 modules/objfmts/elf/tests/nasm-sectname.hex \
1327 modules/objfmts/elf/tests/nasm-forceident.asm \
1328 modules/objfmts/elf/tests/nasm-forceident.hex \
1329 modules/objfmts/elf/tests/amd64/Makefile.inc \
1330 modules/objfmts/elf/tests/gas32/Makefile.inc \
1331 modules/objfmts/elf/tests/gas64/Makefile.inc \
1332 modules/objfmts/elf/tests/amd64/elf_amd64_test.sh \
1333 modules/objfmts/elf/tests/amd64/elf-rip.asm \
1334 modules/objfmts/elf/tests/amd64/elf-rip.hex \
1335 modules/objfmts/elf/tests/amd64/elfso64.asm \
1336 modules/objfmts/elf/tests/amd64/elfso64.hex \
1337 modules/objfmts/elf/tests/amd64/gotpcrel.asm \
1338 modules/objfmts/elf/tests/amd64/gotpcrel.hex \
1339 modules/objfmts/elf/tests/gas32/elf_gas32_test.sh \
1340 modules/objfmts/elf/tests/gas32/elf_gas32_ssym.asm \
1341 modules/objfmts/elf/tests/gas32/elf_gas32_ssym.hex \
1342 modules/objfmts/elf/tests/gas64/elf_gas64_test.sh \
1343 modules/objfmts/elf/tests/gas64/crosssect.asm \
1344 modules/objfmts/elf/tests/gas64/crosssect.hex \
1345 modules/objfmts/elf/tests/gas64/elf_gas64_curpos.asm \
1346 modules/objfmts/elf/tests/gas64/elf_gas64_curpos.hex \
1347 modules/objfmts/elf/tests/gas64/elf_gas64_reloc.asm \
1348 modules/objfmts/elf/tests/gas64/elf_gas64_reloc.hex \
1349 modules/objfmts/elf/tests/gas64/elf_gas64_ssym.asm \
1350 modules/objfmts/elf/tests/gas64/elf_gas64_ssym.hex \
1353 modules/objfmts/coff/tests/Makefile.inc \
1354 modules/objfmts/coff/tests/coff_test.sh \
1355 modules/objfmts/coff/tests/cofftest.c \
1356 modules/objfmts/coff/tests/cofftest.asm \
1357 modules/objfmts/coff/tests/cofftest.hex \
1358 modules/objfmts/coff/tests/cofftimes.asm \
1359 modules/objfmts/coff/tests/cofftimes.hex \
1360 modules/objfmts/coff/tests/x86id.asm \
1361 modules/objfmts/coff/tests/x86id.hex \
1362 modules/objfmts/coff/tests/x86id.errwarn \
1363 modules/objfmts/macho/tests/Makefile.inc \
1364 modules/objfmts/macho/tests/gas32/Makefile.inc \
1365 modules/objfmts/macho/tests/gas64/Makefile.inc \
1366 modules/objfmts/macho/tests/nasm32/Makefile.inc \
1367 modules/objfmts/macho/tests/nasm64/Makefile.inc \
1368 modules/objfmts/macho/tests/gas32/gas_macho32_test.sh \
1369 modules/objfmts/macho/tests/gas32/gas-macho32.asm \
1370 modules/objfmts/macho/tests/gas32/gas-macho32.hex \
1371 modules/objfmts/macho/tests/gas64/gas_macho64_test.sh \
1372 modules/objfmts/macho/tests/gas64/gas-macho64.asm \
1373 modules/objfmts/macho/tests/gas64/gas-macho64.hex \
1374 modules/objfmts/macho/tests/gas64/gas-macho64-pic.asm \
1375 modules/objfmts/macho/tests/gas64/gas-macho64-pic.hex \
1376 modules/objfmts/macho/tests/nasm32/macho32_test.sh \
1377 modules/objfmts/macho/tests/nasm32/machotest.c \
1378 modules/objfmts/macho/tests/nasm32/machotest.asm \
1379 modules/objfmts/macho/tests/nasm32/machotest.hex \
1380 modules/objfmts/macho/tests/nasm32/macho-reloc.asm \
1381 modules/objfmts/macho/tests/nasm32/macho-reloc.hex \
1382 modules/objfmts/macho/tests/nasm32/macho32-sect.asm \
1383 modules/objfmts/macho/tests/nasm32/macho32-sect.errwarn \
1384 modules/objfmts/macho/tests/nasm32/macho32-sect.hex \
1385 modules/objfmts/macho/tests/nasm64/nasm-macho64-pic.asm \
1386 modules/objfmts/macho/tests/nasm64/nasm-macho64-pic.hex \
1387 modules/objfmts/macho/tests/nasm64/macho64_test.sh \
1388 modules/objfmts/macho/tests/nasm64/machotest64.c \
1389 modules/objfmts/macho/tests/nasm64/machotest64.asm \
1390 modules/objfmts/macho/tests/nasm64/machotest64.hex \
1391 modules/objfmts/macho/tests/nasm64/macho-reloc64-err.asm \
1392 modules/objfmts/macho/tests/nasm64/macho-reloc64-err.errwarn \
1393 modules/objfmts/rdf/tests/Makefile.inc \
1394 modules/objfmts/rdf/tests/rdf_test.sh \
1395 modules/objfmts/rdf/tests/rdfabs.asm \
1396 modules/objfmts/rdf/tests/rdfabs.errwarn \
1397 modules/objfmts/rdf/tests/rdfabs.hex \
1398 modules/objfmts/rdf/tests/rdfext.asm \
1399 modules/objfmts/rdf/tests/rdfext.hex \
1400 modules/objfmts/rdf/tests/rdfseg.asm \
1401 modules/objfmts/rdf/tests/rdfseg.hex \
1402 modules/objfmts/rdf/tests/rdfseg2.asm \
1403 modules/objfmts/rdf/tests/rdfseg2.hex \
1404 modules/objfmts/rdf/tests/rdftest1.asm \
1405 modules/objfmts/rdf/tests/rdftest1.hex \
1406 modules/objfmts/rdf/tests/rdftest2.asm \
1407 modules/objfmts/rdf/tests/rdftest2.hex \
1408 modules/objfmts/rdf/tests/rdtlib.asm \
1409 modules/objfmts/rdf/tests/rdtlib.hex \
1410 modules/objfmts/rdf/tests/rdtmain.asm \
1411 modules/objfmts/rdf/tests/rdtmain.hex \
1412 modules/objfmts/rdf/tests/testlib.asm \
1413 modules/objfmts/rdf/tests/testlib.hex \
1414 modules/objfmts/win32/tests/Makefile.inc \
1415 modules/objfmts/win32/tests/export.asm \
1416 modules/objfmts/win32/tests/export.hex \
1417 modules/objfmts/win32/tests/win32_test.sh \
1418 modules/objfmts/win32/tests/win32-curpos.asm \
1419 modules/objfmts/win32/tests/win32-curpos.hex \
1420 modules/objfmts/win32/tests/win32-overdef.asm \
1421 modules/objfmts/win32/tests/win32-overdef.hex \
1422 modules/objfmts/win32/tests/win32-safeseh.asm \
1423 modules/objfmts/win32/tests/win32-safeseh.hex \
1424 modules/objfmts/win32/tests/win32-safeseh.masm \
1425 modules/objfmts/win32/tests/win32-segof.asm \
1426 modules/objfmts/win32/tests/win32-segof.hex \
1427 modules/objfmts/win32/tests/win32test.c \
1428 modules/objfmts/win32/tests/win32test.asm \
1429 modules/objfmts/win32/tests/win32test.hex \
1430 modules/objfmts/win32/tests/gas/Makefile.inc \
1431 modules/objfmts/win32/tests/gas/win32_gas_test.sh \
1432 modules/objfmts/win32/tests/gas/win32at.asm \
1433 modules/objfmts/win32/tests/gas/win32at.hex \
1434 modules/objfmts/win64/tests/Makefile.inc \
1435 modules/objfmts/win64/tests/win64_test.sh \
1436 modules/objfmts/win64/tests/sce1.asm \
1437 modules/objfmts/win64/tests/sce1.hex \
1438 modules/objfmts/win64/tests/sce1-err.asm \
1439 modules/objfmts/win64/tests/sce1-err.errwarn \
1440 modules/objfmts/win64/tests/sce2.asm \
1441 modules/objfmts/win64/tests/sce2.hex \
1442 modules/objfmts/win64/tests/sce2-err.asm \
1443 modules/objfmts/win64/tests/sce2-err.errwarn \
1444 modules/objfmts/win64/tests/sce3.asm \
1445 modules/objfmts/win64/tests/sce3.hex \
1446 modules/objfmts/win64/tests/sce3.masm \
1447 modules/objfmts/win64/tests/sce4.asm \
1448 modules/objfmts/win64/tests/sce4.hex \
1449 modules/objfmts/win64/tests/sce4.masm \
1450 modules/objfmts/win64/tests/sce4-err.asm \
1451 modules/objfmts/win64/tests/sce4-err.errwarn \
1452 modules/objfmts/win64/tests/win64-abs.asm \
1453 modules/objfmts/win64/tests/win64-abs.hex \
1454 modules/objfmts/win64/tests/win64-curpos.asm \
1455 modules/objfmts/win64/tests/win64-curpos.hex \
1456 modules/objfmts/win64/tests/win64-dataref.asm \
1457 modules/objfmts/win64/tests/win64-dataref.hex \
1458 modules/objfmts/win64/tests/win64-dataref.masm \
1459 modules/objfmts/win64/tests/win64-dataref2.asm \
1460 modules/objfmts/win64/tests/win64-dataref2.hex \
1461 modules/objfmts/win64/tests/win64-dataref2.masm \
1462 modules/objfmts/win64/tests/gas/Makefile.inc \
1463 modules/objfmts/win64/tests/gas/win64_gas_test.sh \
1464 modules/objfmts/win64/tests/gas/win64-gas-sce.asm \
1465 modules/objfmts/win64/tests/gas/win64-gas-sce.hex \
1466 modules/objfmts/xdf/tests/Makefile.inc \
1467 modules/objfmts/xdf/tests/xdf_test.sh \
1468 modules/objfmts/xdf/tests/xdf-overdef.asm \
1469 modules/objfmts/xdf/tests/xdf-overdef.hex \
1470 modules/objfmts/xdf/tests/xdflong.asm \
1471 modules/objfmts/xdf/tests/xdflong.hex \
1472 modules/objfmts/xdf/tests/xdflong.errwarn \
1473 modules/objfmts/xdf/tests/xdfother.asm \
1474 modules/objfmts/xdf/tests/xdfother.hex \
1475 modules/objfmts/xdf/tests/xdfprotect.asm \
1476 modules/objfmts/xdf/tests/xdfprotect.hex \
1477 modules/objfmts/xdf/tests/xdfsect.asm \
1478 modules/objfmts/xdf/tests/xdfsect.hex \
1479 modules/objfmts/xdf/tests/xdfsect-err.asm \
1480 modules/objfmts/xdf/tests/xdfsect-err.errwarn \
1481 modules/objfmts/xdf/tests/xdfvirtual.asm \
1482 modules/objfmts/xdf/tests/xdfvirtual.hex \
1484 libyasm/module.in libyasm/tests/Makefile.inc \
1485 libyasm/tests/libyasm_test.sh libyasm/tests/1shl0.asm \
1486 libyasm/tests/1shl0.hex libyasm/tests/absloop-err.asm \
1487 libyasm/tests/absloop-err.errwarn \
1488 libyasm/tests/charconst64.asm libyasm/tests/charconst64.hex \
1489 libyasm/tests/data-rawvalue.asm \
1490 libyasm/tests/data-rawvalue.hex libyasm/tests/duplabel-err.asm \
1491 libyasm/tests/duplabel-err.errwarn libyasm/tests/emptydata.asm \
1492 libyasm/tests/emptydata.hex libyasm/tests/equ-expand.asm \
1493 libyasm/tests/equ-expand.hex libyasm/tests/expr-fold-level.asm \
1494 libyasm/tests/expr-fold-level.hex \
1495 libyasm/tests/expr-wide-ident.asm \
1496 libyasm/tests/expr-wide-ident.hex libyasm/tests/externdef.asm \
1497 libyasm/tests/externdef.errwarn libyasm/tests/externdef.hex \
1498 libyasm/tests/incbin.asm libyasm/tests/incbin.hex \
1499 libyasm/tests/jmpsize1.asm libyasm/tests/jmpsize1.hex \
1500 libyasm/tests/jmpsize1-err.asm \
1501 libyasm/tests/jmpsize1-err.errwarn \
1502 libyasm/tests/opt-align1.asm libyasm/tests/opt-align1.hex \
1503 libyasm/tests/opt-align2.asm libyasm/tests/opt-align2.hex \
1504 libyasm/tests/opt-align3.asm libyasm/tests/opt-align3.hex \
1505 libyasm/tests/opt-circular1-err.asm \
1506 libyasm/tests/opt-circular1-err.errwarn \
1507 libyasm/tests/opt-circular2-err.asm \
1508 libyasm/tests/opt-circular2-err.errwarn \
1509 libyasm/tests/opt-circular3-err.asm \
1510 libyasm/tests/opt-circular3-err.errwarn \
1511 libyasm/tests/opt-gvmat64.asm libyasm/tests/opt-gvmat64.hex \
1512 libyasm/tests/opt-immexpand.asm \
1513 libyasm/tests/opt-immexpand.hex \
1514 libyasm/tests/opt-immnoexpand.asm \
1515 libyasm/tests/opt-immnoexpand.hex \
1516 libyasm/tests/opt-oldalign.asm libyasm/tests/opt-oldalign.hex \
1517 libyasm/tests/opt-struc.asm libyasm/tests/opt-struc.hex \
1518 libyasm/tests/reserve-err1.asm \
1519 libyasm/tests/reserve-err1.errwarn \
1520 libyasm/tests/reserve-err2.asm \
1521 libyasm/tests/reserve-err2.errwarn libyasm/tests/strucsize.asm \
1522 libyasm/tests/strucsize.hex libyasm/tests/times0.asm \
1523 libyasm/tests/times0.hex libyasm/tests/timesover-err.asm \
1524 libyasm/tests/timesover-err.errwarn \
1525 libyasm/tests/timesunder.asm libyasm/tests/timesunder.hex \
1526 libyasm/tests/times-res.asm libyasm/tests/times-res.errwarn \
1527 libyasm/tests/times-res.hex libyasm/tests/unary.asm \
1528 libyasm/tests/unary.hex libyasm/tests/value-err.asm \
1529 libyasm/tests/value-err.errwarn \
1530 libyasm/tests/value-samesym.asm \
1531 libyasm/tests/value-samesym.errwarn \
1532 libyasm/tests/value-samesym.hex libyasm/tests/value-mask.asm \
1533 libyasm/tests/value-mask.errwarn libyasm/tests/value-mask.hex \
1666 bitvect_test_SOURCES = libyasm/tests/bitvect_test.c
1668 floatnum_test_SOURCES = libyasm/tests/floatnum_test.c
1670 leb128_test_SOURCES = libyasm/tests/leb128_test.c
1672 splitpath_test_SOURCES = libyasm/tests/splitpath_test.c
1674 combpath_test_SOURCES = libyasm/tests/combpath_test.c
1676 uncstring_test_SOURCES = libyasm/tests/uncstring_test.c
1697 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/tools/Makefile.inc $(srcdir)/tools/re2c/Makefile.inc $(srcdir)/tools/genmacro/Makefile.inc $(srcdir)/tools/genperf/Makefile.inc $(srcdir)/tools/python-yasm/Makefile.inc $(srcdir)/tools/python-yasm/tests/Makefile.inc $(srcdir)/modules/Makefile.inc $(srcdir)/modules/arch/Makefile.inc $(srcdir)/modules/arch/x86/Makefile.inc $(srcdir)/modules/arch/x86/tests/Makefile.inc $(srcdir)/modules/arch/x86/tests/gas32/Makefile.inc $(srcdir)/modules/arch/x86/tests/gas64/Makefile.inc $(srcdir)/modules/arch/lc3b/Makefile.inc $(srcdir)/modules/arch/lc3b/tests/Makefile.inc $(srcdir)/modules/listfmts/Makefile.inc $(srcdir)/modules/listfmts/nasm/Makefile.inc $(srcdir)/modules/parsers/Makefile.inc $(srcdir)/modules/parsers/gas/Makefile.inc $(srcdir)/modules/parsers/gas/tests/Makefile.inc $(srcdir)/modules/parsers/gas/tests/bin/Makefile.inc $(srcdir)/modules/parsers/nasm/Makefile.inc $(srcdir)/modules/parsers/nasm/tests/Makefile.inc $(srcdir)/modules/parsers/nasm/tests/worphan/Makefile.inc $(srcdir)/modules/parsers/tasm/Makefile.inc $(srcdir)/modules/parsers/tasm/tests/Makefile.inc $(srcdir)/modules/parsers/tasm/tests/exe/Makefile.inc $(srcdir)/modules/preprocs/Makefile.inc $(srcdir)/modules/preprocs/nasm/Makefile.inc $(srcdir)/modules/preprocs/nasm/tests/Makefile.inc $(srcdir)/modules/preprocs/raw/Makefile.inc $(srcdir)/modules/preprocs/raw/tests/Makefile.inc $(srcdir)/modules/preprocs/cpp/Makefile.inc $(srcdir)/modules/dbgfmts/Makefile.inc $(srcdir)/modules/dbgfmts/codeview/Makefile.inc $(srcdir)/modules/dbgfmts/dwarf2/Makefile.inc $(srcdir)/modules/dbgfmts/dwarf2/tests/Makefile.inc $(srcdir)/modules/dbgfmts/dwarf2/tests/pass32/Makefile.inc $(srcdir)/modules/dbgfmts/dwarf2/tests/pass64/Makefile.inc $(srcdir)/modules/dbgfmts/dwarf2/tests/passwin64/Makefile.inc $(srcdir)/modules/dbgfmts/null/Makefile.inc $(srcdir)/modules/dbgfmts/stabs/Makefile.inc $(srcdir)/modules/dbgfmts/stabs/tests/Makefile.inc $(srcdir)/modules/objfmts/Makefile.inc $(srcdir)/modules/objfmts/dbg/Makefile.inc $(srcdir)/modules/objfmts/bin/Makefile.inc $(srcdir)/modules/objfmts/bin/tests/Makefile.inc $(srcdir)/modules/objfmts/bin/tests/multisect/Makefile.inc $(srcdir)/modules/objfmts/elf/Makefile.inc $(srcdir)/modules/objfmts/elf/tests/Makefile.inc $(srcdir)/modules/objfmts/elf/tests/amd64/Makefile.inc $(srcdir)/modules/objfmts/elf/tests/gas32/Makefile.inc $(srcdir)/modules/objfmts/elf/tests/gas64/Makefile.inc $(srcdir)/modules/objfmts/coff/Makefile.inc $(srcdir)/modules/objfmts/coff/tests/Makefile.inc $(srcdir)/modules/objfmts/macho/Makefile.inc $(srcdir)/modules/objfmts/macho/tests/Makefile.inc $(srcdir)/modules/objfmts/macho/tests/gas32/Makefile.inc $(srcdir)/modules/objfmts/macho/tests/gas64/Makefile.inc $(srcdir)/modules/objfmts/macho/tests/nasm32/Makefile.inc $(srcdir)/modules/objfmts/macho/tests/nasm64/Makefile.inc $(srcdir)/modules/objfmts/rdf/Makefile.inc $(srcdir)/modules/objfmts/rdf/tests/Makefile.inc $(srcdir)/modules/objfmts/win32/Makefile.inc $(srcdir)/modules/objfmts/win32/tests/Makefile.inc $(srcdir)/modules/objfmts/win32/tests/gas/Makefile.inc $(srcdir)/modules/objfmts/win64/Makefile.inc $(srcdir)/modules/objfmts/win64/tests/Makefile.inc $(srcdir)/modules/objfmts/win64/tests/gas/Makefile.inc $(srcdir)/modules/objfmts/xdf/Makefile.inc $(srcdir)/modules/objfmts/xdf/tests/Makefile.inc $(srcdir)/libyasm/Makefile.inc $(srcdir)/libyasm/tests/Makefile.inc $(srcdir)/frontends/Makefile.inc $(srcdir)/frontends/yasm/Makefile.inc $(srcdir)/frontends/tasm/Makefile.inc $(srcdir)/m4/Makefile.inc $(am__configure_deps)
2866 bitvect_test.o: libyasm/tests/bitvect_test.c
2867 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bitvect_test.o -MD -MP -MF $(DEPDIR)/bitvect_test.Tpo -c -o bitvect_test.o `test -f 'libyasm/tests/bitvect_test.c' || echo '$(srcdir)/'`libyasm/tests/bitvect_test.c
2869 # source='libyasm/tests/bitvect_test.c' object='bitvect_test.o' libtool=no \
2871 # $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bitvect_test.o `test -f 'libyasm/tests/bitvect_test.c' || echo '$(srcdir)/'`libyasm/tests/bitvect_test.c
2873 bitvect_test.obj: libyasm/tests/bitvect_test.c
2874 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bitvect_test.obj -MD -MP -MF $(DEPDIR)/bitvect_test.Tpo -c -o bitvect_test.obj `if test -f 'libyasm/tests/bitvect_test.c'; then $(CYGPATH_W) 'libyasm/tests/bitvect_test.c'; else $(CYGPATH_W) '$(srcdir)/libyasm/tests/bitvect_test.c'; fi`
2876 # source='libyasm/tests
2878 # $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bitvect_test.obj `if test -f 'libyasm/tests/bitvect_test.c'; then $(CYGPATH_W) 'libyasm/tests/bitvect_test.c'; else $(CYGPATH_W) '$(srcdir)/libyasm/tests/bitvect_test.c'; fi`
2880 combpath_test.o: libyasm/tests/combpath_test.c
2881 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT combpath_test.o -MD -MP -MF $(DEPDIR)/combpath_test.Tpo -c -o combpath_test.o `test -f 'libyasm/tests/combpath_test.c' || echo '$(srcdir)/'`libyasm/tests/combpath_test.c
2883 # source='libyasm/tests/combpath_test.c' object='combpath_test.o' libtool=no \
2885 # $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o combpath_test.o `test -f 'libyasm/tests/combpath_test.c' || echo '$(srcdir)/'`libyasm/tests/combpath_test.c
2887 combpath_test.obj: libyasm/tests/combpath_test.c
2888 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT combpath_test.obj -MD -MP -MF $(DEPDIR)/combpath_test.Tpo -c -o combpath_test.obj `if test -f 'libyasm/tests/combpath_test.c'; then $(CYGPATH_W) 'libyasm/tests/combpath_test.c'; else $(CYGPATH_W) '$(srcdir)/libyasm/tests/combpath_test.c'; fi`
2890 # source='libyasm/tests/combpath_test.c' object='combpath_test.obj' libtool=no \
2892 # $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o combpath_test.obj `if test -f 'libyasm/tests/combpath_test.c'; then $(CYGPATH_W) 'libyasm/tests/combpath_test.c'; else $(CYGPATH_W) '$(srcdir)/libyasm/tests/combpath_test.c'; fi`
2894 floatnum_test.o: libyasm/tests/floatnum_test.c
2895 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT floatnum_test.o -MD -MP -MF $(DEPDIR)/floatnum_test.Tpo -c -o floatnum_test.o `test -f 'libyasm/tests/floatnum_test.c' || echo '$(srcdir)/'`libyasm/tests/floatnum_test.c
2897 # source='libyasm/tests/floatnum_test.c' object='floatnum_test.o' libtool=no \
2899 # $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o floatnum_test.o `test -f 'libyasm/tests/floatnum_test.c' || echo '$(srcdir)/'`libyasm/tests/floatnum_test.c
2901 floatnum_test.obj: libyasm/tests/floatnum_test.c
2902 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT floatnum_test.obj -MD -MP -MF $(DEPDIR)/floatnum_test.Tpo -c -o floatnum_test.obj `if test -f 'libyasm/tests/floatnum_test.c'; then $(CYGPATH_W) 'libyasm/tests/floatnum_test.c'; else $(CYGPATH_W) '$(srcdir)/libyasm/tests/floatnum_test.c'; fi`
2904 # source='libyasm/tests/floatnum_test.c' object='floatnum_test.obj' libtool=no \
2906 # $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o floatnum_test.obj `if test -f 'libyasm/tests/floatnum_test.c'; then $(CYGPATH_W) 'libyasm/tests/floatnum_test.c'; else $(CYGPATH_W) '$(srcdir)/libyasm/tests/floatnum_test.c'; fi`
2908 leb128_test.o: libyasm/tests/leb128_test.c
2909 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT leb128_test.o -MD -MP -MF $(DEPDIR)/leb128_test.Tpo -c -o leb128_test.o `test -f 'libyasm/tests/leb128_test.c' || echo '$(srcdir)/'`libyasm/tests/leb128_test.c
2911 # source='libyasm/tests/leb128_test.c' object='leb128_test.o' libtool=no \
2913 # $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o leb128_test.o `test -f 'libyasm/tests/leb128_test.c' || echo '$(srcdir)/'`libyasm/tests/leb128_test.c
2915 leb128_test.obj: libyasm/tests/leb128_test.c
2916 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT leb128_test.obj -MD -MP -MF $(DEPDIR)/leb128_test.Tpo -c -o leb128_test.obj `if test -f 'libyasm/tests/leb128_test.c'; then $(CYGPATH_W) 'libyasm/tests/leb128_test.c'; else $(CYGPATH_W) '$(srcdir)/libyasm/tests/leb128_test.c'; fi`
2918 # source='libyasm/tests/leb128_test.c' object='leb128_test.obj' libtool=no \
2920 # $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o leb128_test.obj `if test -f 'libyasm/tests/leb128_test.c'; then $(CYGPATH_W) 'libyasm/tests/leb128_test.c'; else $(CYGPATH_W) '$(srcdir)/libyasm/tests/leb128_test.c'; fi`
2922 splitpath_test.o: libyasm/tests/splitpath_test.c
2923 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT splitpath_test.o -MD -MP -MF $(DEPDIR)/splitpath_test.Tpo -c -o splitpath_test.o `test -f 'libyasm/tests/splitpath_test.c' || echo '$(srcdir)/'`libyasm/tests/splitpath_test.c
2925 # source='libyasm/tests/splitpath_test.c' object='splitpath_test.o' libtool=no \
2927 # $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o splitpath_test.o `test -f 'libyasm/tests/splitpath_test.c' || echo '$(srcdir)/'`libyasm/tests/splitpath_test.c
2929 splitpath_test.obj: libyasm/tests/splitpath_test.c
2930 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT splitpath_test.obj -MD -MP -MF $(DEPDIR)/splitpath_test.Tpo -c -o splitpath_test.obj `if test -f 'libyasm/tests/splitpath_test.c'; then $(CYGPATH_W) 'libyasm/tests/splitpath_test.c'; else $(CYGPATH_W) '$(srcdir)/libyasm/tests/splitpath_test.c'; fi`
2932 # source='libyasm/tests/splitpath_test.c' object='splitpath_test.obj' libtool=no \
2934 # $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o splitpath_test.obj `if test -f 'libyasm/tests/splitpath_test.c'; then $(CYGPATH_W) 'libyasm/tests/splitpath_test.c'; else $(CYGPATH_W) '$(srcdir)/libyasm/tests/splitpath_test.c'; fi`
2936 uncstring_test.o: libyasm/tests/uncstring_test.c
2937 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT uncstring_test.o -MD -MP -MF $(DEPDIR)/uncstring_test.Tpo -c -o uncstring_test.o `test -f 'libyasm/tests/uncstring_test.c' || echo '$(srcdir)/'`libyasm/tests/uncstring_test.c
2939 # source='libyasm/tests/uncstring_test.c' object='uncstring_test.o' libtool=no \
2941 # $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o uncstring_test.o `test -f 'libyasm/tests/uncstring_test.c' || echo '$(srcdir)/'`libyasm/tests/uncstring_test.c
2943 uncstring_test.obj: libyasm/tests/uncstring_test.c
2944 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT uncstring_test.obj -MD -MP -MF $(DEPDIR)/uncstring_test.Tpo -c -o uncstring_test.obj `if test -f 'libyasm/tests/uncstring_test.c'; then $(CYGPATH_W) 'libyasm/tests/uncstring_test.c'; else $(CYGPATH_W) '$(srcdir)/libyasm/tests/uncstring_test.c'; fi`
2946 # source='libyasm/tests/uncstring_test.c' object='uncstring_test.obj' libtool=no \
2948 # $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o uncstring_test.obj `if test -f 'libyasm/tests/uncstring_test.c'; then $(CYGPATH_W) 'libyasm/tests/uncstring_test.c'; else $(CYGPATH_W) '$(srcdir)/libyasm/tests/uncstring_test.c'; fi`
3277 check-TESTS: $(TESTS)
3280 list=' $(TESTS) '; \
3317 banner="All $$all tests passed"; \
3319 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
3323 banner="$$failed of $$all tests failed"; \
3325 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
3331 skipped="($$skip tests were not run)"; \
3500 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
3613 all all-am all-local am--refresh check check-TESTS check-am \
3750 #EXTRA_DIST += modules/listfmts/nasm/tests/Makefile.inc
3752 #include modules/listfmts/nasm/tests/Makefile.inc
3779 #EXTRA_DIST += modules/dbgfmts/codeview/tests/Makefile.inc
3780 #include modules/dbgfmts/codeview/tests/Makefile.inc