Explorar o código

ENH: Add test to see if INSTALL_FILES actually worked.

Brad King %!s(int64=18) %!d(string=hai) anos
pai
achega
3124c60938
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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"