comparison test/tests/opcodes6809.pl @ 448:3cd8aa013b88

Change the perl invocations for the test bits to use /usr/bin/env Using "env" to find where perl is located is probably more portable. Changed the test harness thingie and the existing opcode test to use /usr/bin/env instead of a hard coded perl path.
author William Astle <lost@l-w.ca>
date Thu, 30 Nov 2017 17:38:24 -0700
parents 5e7f8e1ac99f
children
comparison
equal deleted inserted replaced
447:639d19f5fb8e 448:3cd8aa013b88
1 #!/usr/bin/perl 1 #!/usr/bin/env perl
2 # 2 #
3 # these tests determine if the opcodes for each instruction, in each 3 # these tests determine if the opcodes for each instruction, in each
4 # addressing mode, are correct. 4 # addressing mode, are correct.
5 # 5 #
6 # The following list is used to construct the tests. The key is the 6 # The following list is used to construct the tests. The key is the