Skip to content

Commit 585926b

Browse files
[all] Test patches
1 parent 55391fa commit 585926b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build-on.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if ! $cross_compiling; then
7171
;;
7272
*)
7373
# Run the tests.
74-
$make check $make_options V=1 TESTSUITEFLAGS="--debug" > log3 2>&1; rc=$?; cat log3; test $rc = 0 || exit 1
74+
$make check $make_options V=1 TESTSUITEFLAGS="--debug 73" > log3 2>&1; rc=$?; cat log3; test $rc = 0 || exit 1
7575
;;
7676
esac
7777
fi

patches/0002-Add-testing-for-slimcc-compiler.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 775ca4a7fccc930ef54f643008bdb6f37bf36836 Mon Sep 17 00:00:00 2001
1+
From 74bc6f5229b7891e6db6a8cf5ed548064d91d79b Mon Sep 17 00:00:00 2001
22
From: Ileana Dumitrescu <ileanadumitrescu95@gmail.com>
33
Date: Wed, 3 Dec 2025 18:57:53 +0200
44
Subject: [PATCH 2/2] Add testing for slimcc compiler
@@ -27,7 +27,7 @@ index ccca7dcb..21fb56d5 100644
2727
tests/runpath-in-lalib.at \
2828
diff --git a/tests/slimcc.at b/tests/slimcc.at
2929
new file mode 100644
30-
index 00000000..93a19c47
30+
index 00000000..968c19bd
3131
--- /dev/null
3232
+++ b/tests/slimcc.at
3333
@@ -0,0 +1,101 @@
@@ -60,7 +60,7 @@ index 00000000..93a19c47
6060
+module=no
6161
+eval shared_ext=\"$shrext_cmds\"
6262
+
63-
+AT_CHECK([$LIBTOOL --config | $EGREP '^CC=slimcc' && (exit 77)], 1)
63+
+AT_CHECK([$LIBTOOL --config | $EGREP '^CC=slimcc' || exit 77], 1)
6464
+
6565
+prefix_old=`pwd`/old
6666
+prefix_new=`pwd`/new

0 commit comments

Comments
 (0)