diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2018-04-17 23:57:02 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2018-04-17 23:57:02 +0300 |
commit | eb43b94476e1ed11eb7f7c181f8e0046e3f91ba4 (patch) | |
tree | 4cba6a03268198a1b5462957bfb9c0bf95e63e74 | |
parent | 562bad603ce0fe2a6556f0f1aae4f08c9c300987 (diff) | |
download | ck-eb43b94476e1ed11eb7f7c181f8e0046e3f91ba4.tar.gz ck-eb43b94476e1ed11eb7f7c181f8e0046e3f91ba4.tar.bz2 ck-eb43b94476e1ed11eb7f7c181f8e0046e3f91ba4.zip |
Fix test variable
-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 |