aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xres/check_ck4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/check_ck b/res/check_ck
index ce35396..f8b3a1a 100755
--- a/res/check_ck
+++ b/res/check_ck
@@ -1,7 +1,7 @@
#!/bin/bash
-BIN=@CMAKE_BINARY_DIR@
-TEST_LOCATION=@PROJECT_TESTING_GROUNDS@
+BIN=$(realpath @CMAKE_BINARY_DIR@) # solve symlink problems
+TEST_LOCATION=$(realpath @PROJECT_TESTING_GROUNDS@)
# used in regression tests
function running {