diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-06-05 19:30:31 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-06-05 19:32:45 -0700 |
commit | 43f1c41dbed3517a277253383448817f9a3d5556 (patch) | |
tree | ab45d49c750d05b84263c61c3b09b99bf60d8df4 /subx/apps | |
parent | 965dd1bf56253d4b6104a2f57b48d06f6287fe31 (diff) | |
download | mu-43f1c41dbed3517a277253383448817f9a3d5556.tar.gz |
start fleshing out trace support some more
I think the path to readable tests for survey.subx passes through white-box tests.
Diffstat (limited to 'subx/apps')
-rwxr-xr-x | subx/apps/assort | bin | 24081 -> 24092 bytes |
-rwxr-xr-x | subx/apps/crenshaw2-1 | bin | 21308 -> 21319 bytes |
-rwxr-xr-x | subx/apps/crenshaw2-1b | bin | 21867 -> 21878 bytes |
-rwxr-xr-x | subx/apps/factorial | bin | 20224 -> 20235 bytes |
-rwxr-xr-x | subx/apps/handle | bin | 21030 -> 21041 bytes |
-rwxr-xr-x | subx/apps/hex | bin | 24317 -> 24328 bytes |
-rwxr-xr-x | subx/apps/pack | bin | 39732 -> 39743 bytes |
7 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/assort b/subx/apps/assort index 32023675..b9ba016b 100755 --- a/subx/apps/assort +++ b/subx/apps/assort Binary files differdiff --git a/subx/apps/crenshaw2-1 b/subx/apps/crenshaw2-1 index def09e48..43fae481 100755 --- a/subx/apps/crenshaw2-1 +++ b/subx/apps/crenshaw2-1 Binary files differdiff --git a/subx/apps/crenshaw2-1b b/subx/apps/crenshaw2-1b index 705ac0ad..0a3c2c44 100755 --- a/subx/apps/crenshaw2-1b +++ b/subx/apps/crenshaw2-1b Binary files differdiff --git a/subx/apps/factorial b/subx/apps/factorial index 2330d6ad..3439987b 100755 --- a/subx/apps/factorial +++ b/subx/apps/factorial Binary files differdiff --git a/subx/apps/handle b/subx/apps/handle index 974e57a2..b6b806d5 100755 --- a/subx/apps/handle +++ b/subx/apps/handle Binary files differdiff --git a/subx/apps/hex b/subx/apps/hex index 4bce98eb..3eb6a5b7 100755 --- a/subx/apps/hex +++ b/subx/apps/hex Binary files differdiff --git a/subx/apps/pack b/subx/apps/pack index d1e98aa6..b8bd13aa 100755 --- a/subx/apps/pack +++ b/subx/apps/pack Binary files differ |