From eb43b94476e1ed11eb7f7c181f8e0046e3f91ba4 Mon Sep 17 00:00:00 2001 From: gramanas Date: Tue, 17 Apr 2018 23:57:02 +0300 Subject: Fix test variable --- src/ck.c | 1 - tests/init | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ck.c b/src/ck.c index 98190b1..d0fc135 100644 --- a/src/ck.c +++ b/src/ck.c @@ -35,7 +35,6 @@ int main(int argc, char *argv[]) { } } - /* Run action and print results */ switch(opt.action) { #define X(ACTION) \ diff --git a/tests/init b/tests/init index 0c38da1..5dedc21 100755 --- a/tests/init +++ b/tests/init @@ -1,5 +1,5 @@ #!/bin/bash -BIN=/build/ck +BIN=@CMAKE_BINARY_DIR@ TEST_LOCATION=@PROJECT_TESTING_GROUNDS@ mkdir -p $TEST_LOCATION/vc -- cgit v1.2.3