1
0
Эх сурвалжийг харах

ENH: Add test to see if INSTALL_FILES actually worked.

Brad King 18 жил өмнө
parent
commit
3124c60938

+ 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"