Просмотр исходного кода

BUG: Fix SystemInformation dump output

When this test was renamed from DumpInformation to SystemInformation the
configured header that points the dump executable to the directory
containing information files was broken.  No information has been dumped
by this test for 2 years!  This fixes it.
Brad King 16 лет назад
Родитель
Сommit
924dd34451
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Tests/SystemInformation/DumpInformation.h.in

+ 1 - 1
Tests/SystemInformation/DumpInformation.h.in

@@ -1,6 +1,6 @@
 #ifndef _DumpInformation_h
 #define _DumpInformation_h
 
-#define DumpInformation_BINARY_DIR "@DumpInformation_BINARY_DIR@"
+#define DumpInformation_BINARY_DIR "@SystemInformation_BINARY_DIR@"
 
 #endif