On Sat, Feb 08, 2003 at 10:47:00AM -0000, Leopold Toetsch wrote: > cvsuser 03/02/08 02:47:00 > > Modified: t/native_pbc number_1.pbc number_2.pbc > Log: > native_pbc - update for core.ops change > > Revision Changes Path > 1.2 +1 -1 parrot/t/native_pbc/number_1.pbc > > <<Binary file>>
If these are going to need to change every time core ops changes, then I think we're going to need to automate this process: $ cd languages/imcc $ make clean && make -s $ cd - $ ln -s languages/imcc/imcc imcc $ imcc -o n.pbc t/op/number_1.pasm $ make pdump $ pdump -h n.pbc $ mv n.pbc t/native_pbc/number_$(N).pbc # then # - increase number of tests # - include the pdump header info for reference # - put the file into MANIFEST # - add the file as binary and commit it # thanks -leo Nicholas Clark