Azure / GitLab / Travis: Add Kconfig unit tests to a job
[oweals/u-boot.git] / .travis.yml
index c59bd7790b6693890e2f87183ead5e491624f8ac..1914f98dfaa349e7cfb94170d95c70fd279486e4 100644 (file)
@@ -152,7 +152,8 @@ script:
        ./tools/binman/binman --toolpath ${UBOOT_TRAVIS_BUILD_DIR}/tools test &&
        ./tools/patman/patman --test &&
        ./tools/buildman/buildman -t &&
-       ./tools/dtoc/dtoc -t;
+       ./tools/dtoc/dtoc -t &&
+       make testconfig;
      fi;
    fi