rename coolstress to jsstress
Signed-off-by: Andras Timar <andras.timar@collabora.com> Change-Id: I5d0346be60451699502f3723f781bc8488e114f5
This commit is contained in:
parent
b92befff94
commit
6e45fae6c5
3 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -49,7 +49,7 @@ test/data/hello-world.odp
|
||||||
test/data/hello-world.odg
|
test/data/hello-world.odg
|
||||||
test/fakesockettest
|
test/fakesockettest
|
||||||
test/unithttplib
|
test/unithttplib
|
||||||
coolstress
|
jsstress
|
||||||
|
|
||||||
*.o
|
*.o
|
||||||
*.exe
|
*.exe
|
||||||
|
|
|
@ -1428,7 +1428,7 @@ if test "$enable_androidapp" = "yes"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CONFIG_FILES([test/run_unit.sh],[chmod +x test/run_unit.sh])
|
AC_CONFIG_FILES([test/run_unit.sh],[chmod +x test/run_unit.sh])
|
||||||
AC_CONFIG_FILES([coolstress],[chmod +x coolstress])
|
AC_CONFIG_FILES([jsstress],[chmod +x jsstress])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# This is a wrapper - please edit coolstress.in
|
# This is a wrapper - please edit jsstress.in
|
||||||
|
|
||||||
prefix="@prefix@"
|
prefix="@prefix@"
|
||||||
datadir="@datadir@"
|
datadir="@datadir@"
|
Loading…
Reference in a new issue