瀏覽代碼

ENH: Add test to see if INSTALL_FILES actually worked.

Brad King 18 年之前
父節點
當前提交
3124c60938
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      Tests/SimpleInstall/inst.cxx
  2. 1 0
      Tests/SimpleInstallS2/inst.cxx

+ 1 - 0
Tests/SimpleInstall/inst.cxx

@@ -3,6 +3,7 @@
 #ifdef STAGE_2
 # include <foo/lib1.h>
 # include <foo/lib2renamed.h>
+# include <lib3.h>
 #else
 # include "lib1.h"
 # include "lib2.h"

+ 1 - 0
Tests/SimpleInstallS2/inst.cxx

@@ -3,6 +3,7 @@
 #ifdef STAGE_2
 # include <foo/lib1.h>
 # include <foo/lib2renamed.h>
+# include <lib3.h>
 #else
 # include "lib1.h"
 # include "lib2.h"