git @ Cat's Eye Technologies Yolk / 3caf53e
Disable testing rpython version. Update copyright year. Chris Pressey 10 years ago
3 changed file(s) with 7 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
66
77 -----------------------------------------------------------------------------
88
9 Copyright (c)2014 Chris Pressey, Cat's Eye Technologies.
9 Copyright (c)2014-2015 Chris Pressey, Cat's Eye Technologies.
1010
1111 The authors intend this Report to belong to the entire Yolk
1212 community, and so we grant permission to copy and distribute it for
2323
2424 -----------------------------------------------------------------------------
2525
26 Copyright (c)2014, Chris Pressey, Cat's Eye Technologies.
26 Copyright (c)2014-2015, Chris Pressey, Cat's Eye Technologies.
2727 All rights reserved.
2828
2929 Redistribution and use in source and binary forms, with or without
245245
246246 -> Tests for functionality "Evaluate Yolk program"
247247
248 Now the final stroke -- fix the implementation of `self`. This is kind of
248 Now the final stroke — fix the implementation of `self`. This is kind of
249249 tricky.
250250
251251 In the MCI, `self` is used for recursively interpreting parts of the "target
11
22 FIXTURES=''
33 if [ ! `which rpython`X = X ]; then
4 FIXTURES="$FIXTURES fixtures/rpython-fixture.markdown"
54 if [ ! -e ./yolk-c ]; then
65 ./build.sh || exit $?
76 fi
7 # Testing the RPython-built executable is disable until someone has
8 # the time and inclination to hunt down why it always hangs and fixes it.
9 #FIXTURES="$FIXTURES fixtures/rpython-fixture.markdown"
810 fi
911
10 falderal $FIXTURES README.markdown $*
12 falderal --substring-error $FIXTURES README.markdown $*