Skip to content

Commit 80a423b

Browse files
committed
configure, TestFramework: Generated gnustep-tests binary will now be executable out-of-the-box.
1 parent c7b5fa3 commit 80a423b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11287,7 +11287,7 @@ printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
1128711287
1128811288
1128911289
case $ac_file$ac_mode in
11290-
"default":C) chmod a+x openapp opentool fixpath.sh executable.template ;;
11290+
"default":C) chmod a+x openapp opentool fixpath.sh executable.template TestFramework/gnustep-tests ;;
1129111291
1129211292
esac
1129311293
done # for ac_tag

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1841,6 +1841,6 @@ gnustep-make.spec gnustep-config TestFramework/gnustep-tests
18411841
filesystem.make filesystem.sh filesystem.csh gnustep-make-ld.so.conf])
18421842
AC_CONFIG_FILES([runtime/$OBJC_RUNTIME_LIB.make:config.make.in])
18431843
AC_CONFIG_COMMANDS([default],
1844-
[[chmod a+x openapp opentool fixpath.sh executable.template]],
1844+
[[chmod a+x openapp opentool fixpath.sh executable.template TestFramework/gnustep-tests]],
18451845
[[]])
18461846
AC_OUTPUT

0 commit comments

Comments
 (0)