diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | tests/src/test_gensvm_io.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -VERSION=0.1.1 +VERSION=0.1.2 CC=gcc CFLAGS=-Wall -DVERSION=$(VERSION) -g -O3 INCLUDE= -Iinclude diff --git a/tests/src/test_gensvm_io.c b/tests/src/test_gensvm_io.c index ebe826e..fbfc0f0 100644 --- a/tests/src/test_gensvm_io.c +++ b/tests/src/test_gensvm_io.c @@ -654,7 +654,7 @@ char *test_gensvm_write_model() char buffer[GENSVM_MAX_LINE_LENGTH]; fgets(buffer, GENSVM_MAX_LINE_LENGTH, fid); - mu_assert(strcmp(buffer, "Output file for GenSVM (version 0.1.0)\n") + mu_assert(strcmp(buffer, "Output file for GenSVM (version 0.1.2)\n") == 0, "Line doesn't contain expected content (0).\n"); // skip the time line |
