瀏覽代碼

fix typo in 16222

Samuel Thibault 9 年之前
父節點
當前提交
7fcc693b4e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -21,7 +21,7 @@ CLEANFILES = *.gcno *.gcda *.linkinfo
 SUBDIRS = src
 SUBDIRS += tools
 
-if BUILD_EXAMPLES
+if BUILD_TESTS
 SUBDIRS += tests
 endif