summary refs log tree commit diff
path: root/tools/test.sh
diff options
context:
space:
mode:
authorilliliti <illiliti@dimension.sh>2022-06-01 07:43:09 +0300
committerQuentin Carbonneaux <quentin@c9x.me>2022-06-14 13:58:01 +0200
commit6cd5f7028647a88935ec1f7776a08b51eb0fb1c8 (patch)
treeb1469e6e3da8accf549e120a1be02af1288668e3 /tools/test.sh
parent740bf867b3ad5fdb1e8c5c688bfd6a4cd825ba76 (diff)
downloadroux-6cd5f7028647a88935ec1f7776a08b51eb0fb1c8.tar.gz
Makefile: POSIXify
Makefile now compatible with gmake, bmake, smake and pdpmake.
Diffstat (limited to 'tools/test.sh')
-rwxr-xr-xtools/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test.sh b/tools/test.sh
index 15cff88..536d240 100755
--- a/tools/test.sh
+++ b/tools/test.sh
@@ -1,8 +1,8 @@
 #!/bin/sh
 
 dir=`cd $(dirname "$0"); pwd`
-bin=$dir/../obj/qbe
-binref=$dir/../obj/qbe.ref
+bin=$dir/../qbe
+binref=$dir/../qbe.ref
 
 tmp=/tmp/qbe.zzzz