about summary refs log tree commit diff stats
path: root/subx/test_layers
Commit message (Collapse)AuthorAgeFilesLines
* 5000Kartik Agaram2019-03-121-1/+1
| | | | Fix spurious errors in `test_layers` on non-Linux platforms.
* 4998Kartik Agaram2019-03-091-0/+5
| | | | | | | Start running binaries natively in test_layers as well. CI is still broken; need to investigate where my SubX emulation has a discrepancy with native x86.
* 4974Kartik Agaram2019-02-151-1/+1
| | | | Fix CI.
* 4971 - clean up a few scriptsKartik Agaram2019-02-151-1/+6
| | | | | | | | | | | | | Some of them are no longer useful; drop them. For the rest, have useful usage messages. And also be a little more principled in where we introduce CFLAGS, and where we expect it to come in from the commandline. I'm choosing not to call gen/run/dgen/drun from test_layers because it makes test_layers harder for newcomers to read. The scripts aren't the first thing people should see, they're just useful once you're up and running hacking on SubX.
* 4728Kartik Agaram2018-10-281-1/+1
| | | | | What is this '|| exit 1' construct?! No need for it in the presence of ERREXIT.
* 4682 - subx: start testing all layers of 'library'Kartik Agaram2018-10-101-0/+10
|
* 4679Kartik Agaram2018-10-101-1/+1
|
* 4647 - support 64-bit Linux in CIKartik Agaram2018-10-011-16/+0
| | | | | | Generated 32-bit binaries are different on 64-bit. So let's compare them only on a 32-bit platform. And let's start also verifying their run-time behavior on Linux.
* 4638 - extract some common libraries from appsKartik Agaram2018-10-011-1/+8
| | | | | | | I'm still trying to figure out what the defaults should be. At the moment you have to explicitly pass in every file you want loaded into the output binary. Maybe that control is a good thing. The examples need no libraries so far.
* 4625Kartik Agaram2018-09-301-2/+1
|
* 4624Kartik Agaram2018-09-301-1/+1
| | | | | | | | Start requiring a '-o' flag to designate the output binary when translating. Things currently get funky if you pass in multiple inputs, but that's ok. This is the first step to supporting multiple input files for a single output binary.
* 4530 - create an apps/ directoryKartik Agaram2018-09-011-1/+1
|
* 4529 - move examples to a sub-directoryKartik Agaram2018-09-011-1/+1
|
* 4515Kartik Agaram2018-08-131-1/+1
| | | | Fix CI.
* 4510 - check manual examples in CIKartik Agaram2018-08-121-0/+12
|
* 4024 - attempt to get CI working for SubXKartik K. Agaram2017-10-111-0/+1
|
* 4016 - include subx/ tests in CIKartik K. Agaram2017-10-111-0/+8