Skip to content

Commit a2a18d4

Browse files
authored
Merge pull request #50 from ivucica/gnustep-tests-executable
configure, TestFramework: Generated gnustep-tests binary will now be executable out-of-the-box.
2 parents ae956d9 + 80a423b commit a2a18d4

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
@@ -11359,7 +11359,7 @@ printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
1135911359
1136011360
1136111361
case $ac_file$ac_mode in
11362-
"default":C) chmod a+x openapp opentool fixpath.sh executable.template ;;
11362+
"default":C) chmod a+x openapp opentool fixpath.sh executable.template TestFramework/gnustep-tests ;;
1136311363
1136411364
esac
1136511365
done # for ac_tag

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1823,6 +1823,6 @@ gnustep-make.spec gnustep-config TestFramework/gnustep-tests
18231823
filesystem.make filesystem.sh filesystem.csh gnustep-make-ld.so.conf])
18241824
AC_CONFIG_FILES([runtime/$OBJC_RUNTIME_LIB.make:config.make.in])
18251825
AC_CONFIG_COMMANDS([default],
1826-
[[chmod a+x openapp opentool fixpath.sh executable.template]],
1826+
[[chmod a+x openapp opentool fixpath.sh executable.template TestFramework/gnustep-tests]],
18271827
[[]])
18281828
AC_OUTPUT

0 commit comments

Comments
 (0)