File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7777fi
Original file line number Diff line number Diff line change 1- From 775ca4a7fccc930ef54f643008bdb6f37bf36836 Mon Sep 17 00:00:00 2001
1+ From 74bc6f5229b7891e6db6a8cf5ed548064d91d79b Mon Sep 17 00:00:00 2001
22From: Ileana Dumitrescu <ileanadumitrescu95@gmail.com>
33Date: Wed, 3 Dec 2025 18:57:53 +0200
44Subject: [PATCH 2/2] Add testing for slimcc compiler
@@ -27,7 +27,7 @@ index ccca7dcb..21fb56d5 100644
2727 tests/runpath-in-lalib.at \
2828diff --git a/tests/slimcc.at b/tests/slimcc.at
2929new 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
You can’t perform that action at this time.
0 commit comments