diff options
-rw-r--r-- | src/ck.c | 1 | ||||
-rwxr-xr-x | tests/init | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -35,7 +35,6 @@ int main(int argc, char *argv[]) { } } - /* Run action and print results */ switch(opt.action) { #define X(ACTION) \ @@ -1,5 +1,5 @@ #!/bin/bash -BIN=/build/ck +BIN=@CMAKE_BINARY_DIR@ TEST_LOCATION=@PROJECT_TESTING_GROUNDS@ mkdir -p $TEST_LOCATION/vc |