diff --git a/.gitignore b/.gitignore index 23de21093f..dd7a344d4b 100644 --- a/.gitignore +++ b/.gitignore @@ -49,7 +49,7 @@ test/data/hello-world.odp test/data/hello-world.odg test/fakesockettest test/unithttplib -coolstress +jsstress *.o *.exe diff --git a/configure.ac b/configure.ac index 8fade9ae71..a0c6515a45 100644 --- a/configure.ac +++ b/configure.ac @@ -1428,7 +1428,7 @@ if test "$enable_androidapp" = "yes"; then fi 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 diff --git a/coolstress.in b/jsstress.in similarity index 87% rename from coolstress.in rename to jsstress.in index 670e67bbe8..b4bb1a4bf1 100755 --- a/coolstress.in +++ b/jsstress.in @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# This is a wrapper - please edit coolstress.in +# This is a wrapper - please edit jsstress.in prefix="@prefix@" datadir="@datadir@"