about summary refs log tree commit diff stats
path: root/subx/test_apps
diff options
context:
space:
mode:
Diffstat (limited to 'subx/test_apps')
-rwxr-xr-xsubx/test_apps2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/test_apps b/subx/test_apps
index 944d5d8c..bca9d65b 100755
--- a/subx/test_apps
+++ b/subx/test_apps
@@ -181,7 +181,7 @@ test `uname` = 'Linux'  &&  {
 }
 
 echo pack
-./subx translate *.subx apps/pack.subx  -o apps/pack
+./subx translate *.subx apps/subx-common.subx apps/pack.subx  -o apps/pack
 [ "$1" != record ]  &&  git diff --quiet apps/pack
 ./subx run apps/pack test
 echo