diff --git a/flint.yaml b/flint.yaml index 48840cc..d922775 100644 --- a/flint.yaml +++ b/flint.yaml @@ -10,7 +10,6 @@ test: - logging - test_framework - fmt: type: lib git: @@ -31,4 +30,4 @@ test_framework: url: https://git.mtgames.nl/Dreaded_X/test_framework revision: master dependency: - - logger + - logging diff --git a/test.bin b/test.bin new file mode 100644 index 0000000..3b6fc84 Binary files /dev/null and b/test.bin differ diff --git a/test/src/test.cpp b/test/src/test.cpp index 6eb1235..bb67435 100644 --- a/test/src/test.cpp +++ b/test/src/test.cpp @@ -1,6 +1,6 @@ #include "io.h" -#include "test_franework.h" +#include "test_framework.h" #include #include