Pārlūkot izejas kodu

ENH: Add test to see if INSTALL_FILES actually worked.

Brad King 18 gadi atpakaļ
vecāks
revīzija
3124c60938
2 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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"