diff --git a/lutin_egami-test.py b/lutin_egami-test.py index f81a2e5..e699ed4 100644 --- a/lutin_egami-test.py +++ b/lutin_egami-test.py @@ -27,7 +27,7 @@ def get_maintainer(): def configure(target, my_module): my_module.add_depend([ 'egami', - 'gtest', + 'etest', 'test-debug', 'algue', ]) diff --git a/test/main.cpp b/test/main.cpp index 704b884..34aa3f8 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -6,7 +6,7 @@ #include #include -#include +#include #include #include @@ -16,7 +16,7 @@ int main(int argc, const char *argv[]) { ::testing::InitGoogleTest(&argc, const_cast(argv)); // init etk log system and file interface: etk::init(argc, argv); - // Run all test with gtest + // Run all test with etest return RUN_ALL_TESTS(); }