about summary refs log tree commit diff stats
path: root/subx/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-06-05 19:30:31 -0700
committerKartik Agaram <vc@akkartik.com>2019-06-05 19:32:45 -0700
commit43f1c41dbed3517a277253383448817f9a3d5556 (patch)
treeab45d49c750d05b84263c61c3b09b99bf60d8df4 /subx/apps
parent965dd1bf56253d4b6104a2f57b48d06f6287fe31 (diff)
downloadmu-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-xsubx/apps/assortbin24081 -> 24092 bytes
-rwxr-xr-xsubx/apps/crenshaw2-1bin21308 -> 21319 bytes
-rwxr-xr-xsubx/apps/crenshaw2-1bbin21867 -> 21878 bytes
-rwxr-xr-xsubx/apps/factorialbin20224 -> 20235 bytes
-rwxr-xr-xsubx/apps/handlebin21030 -> 21041 bytes
-rwxr-xr-xsubx/apps/hexbin24317 -> 24328 bytes
-rwxr-xr-xsubx/apps/packbin39732 -> 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