Commit Graph

6 Commits

Author SHA1 Message Date
Kartik Agaram f898ee7a37 4403
Couple of improvements for the tangle/ directory:
  a) Start running tangle unit tests at build time again.
  b) Option to print out test names as they run, just like in top-level.
2018-07-25 13:07:01 -07:00
Kartik Agaram 53172ce13a 4253 - support running just a single C test
We've had this ability for Mu scenarios forever.
2018-06-06 09:27:44 -07:00
Kartik K. Agaram 34514ae8a6 4233 - no real difference between -O2 or -O3
Neither in compile time, nor in the performance of the generated code.

(Triggered by https://developers.redhat.com/blog/2018/03/21/compiler-and-linker-flags-gcc)
2018-03-22 21:52:35 -07:00
Kartik K. Agaram 5763322b9c 4221 - more docs about build process 2018-03-13 09:04:07 -07:00
Kartik K. Agaram c912b7319f 4219 - add an even simpler build script 2018-03-13 08:34:05 -07:00
Kartik K. Agaram f716d791d7 4217 - build alternative: stop at any stage
This gives us the equivalent of make targets.
2018-03-13 00:12:50 -07:00