aboutsummaryrefslogtreecommitdiff
path: root/test/postinstall/cpp_app/test_transform.sh
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2021-12-09 00:45:03 +1300
committerGitHub <noreply@github.com>2021-12-09 00:45:03 +1300
commit7a9b6566ac02d8c408f4f3758bfa5fcc3e90b552 (patch)
treed71d0771cc9f95d5a8ea96bd975bbd4164188813 /test/postinstall/cpp_app/test_transform.sh
parent1b18defb63c7d2420d18e4375348663874247838 (diff)
downloadPROJ-7a9b6566ac02d8c408f4f3758bfa5fcc3e90b552.tar.gz
PROJ-7a9b6566ac02d8c408f4f3758bfa5fcc3e90b552.zip
Refactor post-install suite to test shared and static projlib (#2972)
Diffstat (limited to 'test/postinstall/cpp_app/test_transform.sh')
-rwxr-xr-xtest/postinstall/cpp_app/test_transform.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/postinstall/cpp_app/test_transform.sh b/test/postinstall/cpp_app/test_transform.sh
new file mode 100755
index 00000000..3f4e69ec
--- /dev/null
+++ b/test/postinstall/cpp_app/test_transform.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+. ../common.sh
+
+PROGRAM_TRANSFORM="$(./cpp_app -t)"
+
+test_transform "${PROGRAM_TRANSFORM}"