From 6e45fae6c5a8bf02b6bdaae2381b9f64ef8cfe33 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 16 Nov 2021 11:16:45 +0100 Subject: [PATCH] rename coolstress to jsstress Signed-off-by: Andras Timar Change-Id: I5d0346be60451699502f3723f781bc8488e114f5 --- .gitignore | 2 +- configure.ac | 2 +- coolstress.in => jsstress.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename coolstress.in => jsstress.in (87%) 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@"